検索

phrase: max: clip:
target: order:
Results of 141 - 149 of about 149 for form (0.141 sec.)
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ster operations and data manipulation in different formats. Editing geometry fields from the admin. This t ... s -- please consult the installation documentation for more details. This tutorial will guide you through ... he world borders data, and unzip. On GNU/Linux platforms, use the following commands:   $ mkdir world/da ... hapefile , one of the most popular geospatial data formats. When unzipped, the world borders dataset inclu ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ord attribute of a User object is a string in this format: <algorithm>$<iterations>$<salt>$<hash> これらは ... t of parallelism an attacker can use, see RFC 7914 for more details. To use scrypt as your default storage ... r = 'default' ) ¶ Creates a hashed password in the format used by this application. It takes one mandatory ... by default. By default, validators are used in the forms to reset or change passwords and in the createsup ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5071
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 要があります。 参考 See Multi-database support for information about testing with multiple databases. データ ... base operation is able to provide any additional information that might assist in selecting a database, it ... base operation is able to provide any additional information that might assist in selecting a database, it ... by certain operations to communicate additional information to the router. When model_name is set, hints ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions can be combined, or in some cases nested, to form more complex computations. 算術演算のサポート ¶ Dj ... ' # Annotate models with an aggregated value. Both forms # below are equivalent. Company . objects . annot ... object represents the value of a model field, transformed value of a model field, or annotated column. It ... it possible to refer to model field values and perform database operations using them without actually ha ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ch) January 4, 2022 - CVE-2021-45116 ¶ Potential information disclosure in dictsort template filter. Full ... 0 - CVE-2020-13254 ¶ Potential data leakage via malformed memcached keys. Full description 影響を受けるバー ... 9844 ¶ Potential account hijack via password reset form. Full description 影響を受けるバージョン ¶ Django ... 2019年2月11日 - CVE-2019-6975 ¶ django.utils.numberformat.format() におけるメモリ枯渇の問題。 詳細な説明 影 ...
https://man.plustar.jp/django/releases/security.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... during development, and to provide support for platforms that can't use SMTP. コードは django.core.mail モ ... /contact/thanks/' ) else : # In reality we'd use a form class # to get proper validation errors. return Ht ... oth fred@example.com and "Fred" <fred@example.com> forms are legal. If omitted, the DEFAULT_FROM_EMAIL set ... essage . attach_file ( '/images/weather_map.png' ) For MIME types starting with text/ , binary data is han ...
https://man.plustar.jp/django/topics/email.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ally a string that just happened to be in the same format chosen for datetime s). シリアライザのクラスは、 ... est_cookie () return render ( request , 'foo/login_form.html' ) ビューの外でセッションを使う ¶ 注釈 このセ ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tabase. If you only want to pickle the necessary information to recreate the QuerySet from the database at ... from the database which should result in better performance. For example, if you want to find blogs with m ... o doing so will raise a TypeError . Combining transforms and aggregates requires the use of two annotate() ... word arguments to values() . As above, if the transform has been registered on the relevant field type the ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
モデル — Django 4.0.6 ドキュメント 5012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ( 1960 , 8 , 1 ), ... invite_reason = "Wanted to form a band." ) >>> beatles . members . all () <QuerySe ... o Starr ] > If you need to access a membership's information you may do so by directly querying the Member ... d a new drummer.' Another way to access the same information is by querying the many-to-many reverse relat ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 NEXT