検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 99 for defaults (0.061 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 6348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, in seconds, to use for the cache. This argument defaults to 300 seconds (5 minutes). You can set TIMEOUT to ... cache before old values are deleted. This argument defaults to 300 . CULL_FREQUENCY : The fraction of entries ... is reached. This argument should be an integer and defaults to 3 . A value of 0 for CULL_FREQUENCY means that ... ython object. The timeout argument is optional and defaults to the timeout argument of the appropriate backend ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 6348
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e The MIME type to use for the resulting document. Defaults to 'text/html' . status The status code for the re ... sponse. Defaults to 200 . using The NAME of a template engine to us ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): # This is a fairly standard way to set up some defaults # while letting the caller override them. defaults ... = { 'form_class' : MyFormField } defaults . update ( kwargs ) return super () . formfield ( ... ** defaults ) This assumes we've imported a MyFormField field ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... how your custom settings are merged with Django's defaults. See the Python logging documentation for details ... { [ ... ] 'propagate' : False , }, }, } propagate defaults to True . In this example, the logs from my_app.vi ...
https://man.plustar.jp/django/howto/logging.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ields like ForeignKey that map to model instances, defaults should be the value of the field they reference ( ... example, you can use the DjangoJSONEncoder class. Defaults to json.JSONEncoder . JSONField. decoder ¶ An opti ... ed to be in the same format chosen for datetime s. Defaults to json.JSONDecoder . If you give the field a defa ... epts Unicode letters in addition to ASCII letters. Defaults to False . SmallAutoField ¶ class SmallAutoField ( ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... clickjacking prevention is now on and the database defaults to SQLite. If the default templates don't suit you ... lookup if this is an issue. BooleanField no longer defaults to False ¶ When a BooleanField doesn't have an exp ... with Django 1.6 for PASSWORD_RESET_TIMEOUT_DAYS . Default session serialization switched to JSON ¶ Historical ... nf ¶ The shortcut view was moved from django.views.defaults to django.contrib.contenttypes.views shortly after ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... perations in bulk (i.e. using QuerySet.update() ). Defaults to True . It is now possible to use None as a quer ... zation of the accepted URI schemes (instead of the defaults http(s) and ftp(s) ). validate_email() now accepts ... NSTALLED_APPS and MIDDLEWARE_CLASSES in the global defaults ( django.conf.global_settings ). To bring these se ... ware , and MessageMiddleware were removed from the defaults. These classes will still be included in the defau ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on the default page generated by the django.views.defaults.page_not_found() view. The URL path is no longer d ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 6270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on the default page generated by the django.views.defaults.page_not_found() view. The URL path is no longer d ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6178
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... endering the HTML representation of the exception. Defaults to the Django provided template. text_template_pat ... ng the plain-text representation of the exception. Defaults to the Django provided template. get_traceback_dat ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT