検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 102 for forms (0.094 sec.)
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld ¶ There are a number of custom lookups and transforms for ArrayField . We will use the following example ... = 1 ) <QuerySet [<Post: Second post>]> Index transforms ¶ Index transforms index into the array. Any non-n ... indexing to be consistent with Python. Slice transforms ¶ Slice transforms take a slice of the array. Any ... hstorefield.contains lookup instead. 注釈 Key transforms can also be chained with: contains , icontains , e ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'csrfmiddlewaretoken' present in all outgoing POST forms. The value of this field is, again, the value of t ... rigin header isn't provided, CsrfViewMiddleware performs strict referer checking. This means that even if a ... added, as described above. This ensures that only forms that have originated from trusted domains can be u ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ther parts of the system such as lookups, queries, forms, and the admin to understand the capabilities of e ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which makes use of a token inserted into outgoing forms. Middleware then checks for the token's presence o ... n form submission, and validates it. Prior to Django 1.2.5 ... custom HTTP header X-CSRFTOKEN, as well as in the form submission itself, for ease of use with popular Jav ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es a convenience function -- reverse() -- which performs this process in the opposite direction. The revers ... t be sent by the client on future requests and, in forms, a hidden value which must be submitted back with ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5693
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... email, and password fields in django.contrib.auth.forms for better interaction with browser password manag ... with the uploaded name already exists. フォーム ¶ Formsets may control the widget used when ordering forms ... lue for the primary key is provided, and always performs a single INSERT query. In older Django versions, M ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ialization and during the clean() method used from forms. As a general rule, to_python() should deal gracef ... rep_value() always returns a string type. MySQL performs flexible and unexpected matching when a query is p ... ustom form field (and even a form widget). See the forms documentation for information about this. Continui ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 5655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... same site. The flatpage form used in the admin performs this validation check, and can be imported from dj ... ango.contrib.flatpages.forms.FlatpageForm and used in your own views. Flatpage ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.7 and 1.8 is dropped. The widgets in contrib.gis.forms.widgets and the admin's OpenLayersWidget use the f ... のウィジェットレンダリングの導入による変更 ¶ django.forms.widgets 内の、ドキュメント化されていないいくつかの ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 5655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t() returns a temporary redirect. All of the above forms accept a permanent argument; if set to True a perm ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT