検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 149 for form (0.085 sec.)
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitive way (for instance, passing authentication information along from a front-end proxy), even if the pr ... of-service with ModelMultipleChoiceField ¶ Given a form that uses ModelMultipleChoiceField and show_hidden ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sitive way (for instance, passing authentication information along from a front-end proxy), even if the pr ... of-service with ModelMultipleChoiceField ¶ Given a form that uses ModelMultipleChoiceField and show_hidden ... azy() result on Python 3 ( #24097 ). Added correct formats for Greek ( el ) ( #23967 ). Fixed a migration ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hange" but not "add" permission can create objects for ModelAdmin 's with save_as=True ¶ If a ModelAdmin u ... as new". A regression in Django 1.9 prevented that form submission from raising a "Permission Denied" erro ... E_THOUSAND_SEPARATOR=True ( #20415 ). Made invalid forms display the initial of values of their disabled f ... hange" but not "add" permission can create objects for ModelAdmin 's with save_as=True Backwards incompati ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Blog . objects . get ( id__exact = 14 ) # Explicit form >>> Blog . objects . get ( id = 14 ) # __exact is ... , entry__pub_date__year = 2008 ) Otherwise, to perform a more permissive query selecting any blogs with m ... e permissive) query chains multiple filters, it performs multiple joins to the primary model, potentially ... wise XOR operation. Expressions can reference transforms ¶ New in Django 3.2. Django supports using transf ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 5176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is ensures that a malicious user cannot "replay" a form POST to your website and have another logged in us ... er unwittingly submit that form. The malicious user would have to know the secret, ... を使用してください。 HSTS is an HTTP header that informs a browser that all future connections to a partic ... Browsers use the Referer header as a way to send information to a site about how users got there. By setti ...
https://man.plustar.jp/django/topics/security.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... chanism for "translating" Django models into other formats. Usually these other formats will be text-based ... , but it's possible for a serializer to handle any format (text-based or not). 参考 If you just want to ge ... t some data from your tables into a serialized form, you could use the dumpdata management command. デ ... )) The arguments to the serialize function are the format to serialize the data to (see Serialization form ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d something suspicious""" class SuspiciousMultipartForm ( SuspiciousOperation ): """Suspect MIME request i ... n multipart form data""" pass class SuspiciousFileOperation ( Suspi ... ass BadRequest ( Exception ): """The request is malformed and cannot be processed.""" pass [ドキュメント] ... nstance ( message , list ): self . error_list = [] for message in message : # Normalize plain strings to i ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5153
" + 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 rever ... se() function takes information about a view and returns a URL which would in ... exist on the server's Python import path, which perform code execution with side effects on importing. To ... 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 1.7.2 release notes — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 23621 ). Prevented flush from loading initial data for migrated apps ( #23699 ). Fixed a makemessages regr ... #23731 ). Allowed usage of DateTimeField() as Transform.output_field ( #23420 ). Fixed a migration seriali ... "inf") ( #23770 ). Fixed a regression where custom form fields having a queryset attribute but no limit_ch ... oices_to could not be used in a ModelForm ( #23795 ). Fixed a custom field type validation e ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 5153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 割 Django におけるフォーム フォームを作る Django の Form クラスの詳細 フォームテンプレートを扱う その他のト ... タのシリアル化 データのデシリアライズ Serialization formats Natural keys Djangoの設定 基礎 設定ファイルの指 ... own checks External packages Localflavor コメント Formtools 非同期サポート 非同期ビュー 非同期安全性 Asyn ...
https://man.plustar.jp/django/topics/index.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT