検索

phrase: max: clip:
target: order:
Results of 251 - 257 of about 257 for all (0.143 sec.)
セッションの使いかた — Django 4.0.6 ドキュメント 4105
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合は、 MIDDLEWARE 内の SessionMiddleware 行と INSTALLED_APPS 内の 'django.contrib.sessions' を削除しても ... ) セッションを使いたい場合には、設定ファイルの INSTALLED_APPS に 'django.contrib.sessions' を追加する必要 ... rough the file or database cache backends. Additionally, the local-memory cache backend is NOT multi-proc ... the cookie (e.g. your user's browser) can't store all of the session cookie and drops data. Even though ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 4055
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _re_compile ( self . regex , self . flags ) def __call__ ( self , value ): """ Validate that the input co ... emes is not None : self . schemes = schemes def __call__ ( self , value ): if not isinstance ( value , st ... value }) # Then check full URL try : super () . __call__ ( value ) except ValidationError as e : # Trivia ... netloc , path , query , fragment )) super () . __call__ ( url ) else : raise else : # Now verify IPv6 in ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
メッセージフレームワーク — Django 4.0.6 ドキュメント 4055
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 全て含んでいます: 'django.contrib.messages' は、 INSTALLED_APPS の中にあります。 MIDDLEWARE は 'django.cont ... を含みます。 メッセージを使いたくない場合は、 INSTALLED_APPS から 'django.contrib.messages' を、 MIDDLEW ... d to the RFC 6265 compliant format. class storage.fallback. FallbackStorage ¶ このクラスは、まず CookieSt ... ケースでは最高のパフォーマンスを提供するはずです。 FallbackStorage はデフォルトのストレージクラスです。もし ...
https://man.plustar.jp/django/ref/contrib/messages.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 4055
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that can be reused. Validators are functions (or callables) that take a single argument and raise Valida ... field's to_python and validate methods have been called. フォームのバリデーションは複数のステップに分割さ ... nted to validate that the contents of a CharField called serialnumber was unique, clean_serialnumber() wo ... に注意してください。これらは特別な "フィールド" ( __all__ と呼ばれます) に格納され、必要に応じて non_field ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 4005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... different index types, such as GinIndex . It also allows defining the order (ASC/DESC) for the columns o ... した。 LoginView と LogoutView の新しい success_url_allowed_hosts 属性によって、ログインおよびログアウト後 ... e distinct. The new GinIndex and BrinIndex classes allow creating GIN and BRIN indexes in the database. d ... Text mixin and CITextExtension migration operation allow using PostgreSQL's citext extension for case-ins ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 4005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e listed. Issues under Django's security process ¶ All security issues have been handled under versions o ... atch) May 18, 2014 - CVE-2014-1418 ¶ Caches may be allowed to store and serve private data. Full descript ...
https://man.plustar.jp/django/releases/security.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4005
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 2. The absolute_max parameter to formset_factory() allows limiting the number of forms that can be instan ... validate as if validate_max were set, and additionally only the first absolute_max forms will be validat ... tances for deleted forms will be deleted when you call formset.save() . If you call formset.save(commit=F ... alse) , objects will not be deleted automatically. You'll need to call delete() on each of the form ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
PREV 17 18 19 20 21 22 23 24 25 26 NEXT