検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 239 for default (0.065 sec.)
デプロイチェックリスト — Django 4.0.6 ドキュメント 4923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat way). For example, on nginx you might set up a default server to return "444 No Response" on an unrecogni ... zed host: server { listen 80 default_server ; return 444 ; } CACHES ¶ もしキャッシュを使 ... スを拒否します。異なる送信者アドレスを使用するには、 DEFAULT_FROM_EMAIL と SERVER_EMAIL 設定を修正してください。 ... ォルトのエラービューをカスタムする ¶ Django includes default views and templates for several HTTP error codes. ...
https://man.plustar.jp/django/howto/deployment/checklist.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 4923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ded from __future__ import unicode_literals to the default apps.py created by startapp on Python 2 ( #25909 ) ... n which prevented using a language not in Django's default language list ( LANGUAGES ) ( #25915 ). Avoided hi ... , regression , values , list , using , QuerySet , default , operation クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 4892
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ドに使用される ( ForeignKey など)。上級者向けです。 default editable serialize : False の場合、Django の seria ... econstruct () # Only include kwarg if it's not the default if self . separator != "," : kwargs [ 'separator' ... uct that state. Pay extra attention if you set new default values for arguments in the Field superclass; you ... , rather than disappearing if they take on the old default value. In addition, try to avoid returning values ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4892
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ition and a response with a status code of 400. By default, this is django.views.defaults.bad_request() . If ... the permissions required to access a resource. By default, this is django.views.defaults.permission_denied() ... ld be called if none of the URL patterns match. By default, this is django.views.defaults.page_not_found() . ... ppen when you have runtime errors in view code. By default, this is django.views.defaults.server_error() . If ...
https://man.plustar.jp/django/ref/urls.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ttings from django.contrib.messages.storage import default_storage from django.utils.deprecation import Middl ... _request ( self , request ): request . _messages = default_storage ( request ) def process_response ( self , ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... multi-dimensional arrays. If you give the field a default , ensure it's a callable such as list (for an empt ... y default) or a callable that returns a list (such as a func ... tion). Incorrectly using default=[] creates a mutable default that is shared betwee ... s input if no bounds information is necessary. The default is lower bound included, upper bound excluded, tha ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which is the object itself. These are optional; by default, the string representation of the object is used f ... } . obj : the object returned by get_object() . By default this is not exposed to the templates to avoid conf ... of Feed classes. Specifying the type of feed ¶ By default, feeds produced in this framework use RSS 2.0. To ... ango.utils.feedgenerator.Rss201rev2Feed (RSS 2.01. Default.) django.utils.feedgenerator.RssUserland091Feed (R ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ); A lookup (e.g. __icontains ) that, if omitted, defaults to __exact . Registration API ¶ Django uses Regis ... kup named lookup_name registered in the class. The default implementation looks recursively on all parent cla ... ) ¶ Returns a Transform named transform_name . The default implementation looks recursively on all parent cla ... order as they appear in the lookup expression. By default it is set to False . For example usage, see How to ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4821
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ings.SECRET_KEY instead. The hmac algorithm is the default Signer algorithm. If compress is True (not the def ... y valid for a given namespace. Leaving this at the default value or re-using a salt value across different pa ... mpressed JSON string. If compress is True (not the default), check if compressing using zlib can save some sp ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 4821
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s containing underscores from incoming requests by default. Django's built-in development server now does the ... itted values to address this issue. Bugfixes ¶ The default iteration count for the PBKDF2 password hasher has ... ib.auth.hashers.PBKDF2PasswordHasher to change the default value. Fixed a crash in the CSRF middleware when h ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT