検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 239 for default (0.071 sec.)
How to manage error reporting — Django 4.0.6 ドキュメント 6164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion for a full list of email-related settings. By default, Django will send email from root @ localhost . Ho ... errors are logged using the logging framework. By default, these log records are ignored, but you can use th ... on about those errors as possible. For example, by default Django records the full traceback for the exceptio ... r occurs. The actual filtering is done by Django's default error reporter filter: django.views.debug.SafeExce ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs today are shipping Python 2.4 or newer as their default version. If you're still using Python 2.3, however ... iewMiddleware is included in MIDDLEWARE_CLASSES by default. This turns on CSRF protection by default, so view ... an simply remove the get_all_members() method. The default implementation on LazyObject will do the right thi ... enhancements made to the handling of FormSets, the default value and interpretation of the max_num parameter ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6123
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , and simple clickjacking protection . An updated default project layout and manage.py that removes the "mag ... rs today are shipping Python 2.5 or newer as their default version. If you're still using Python 2.4, however ... d DST transitions. Time zone support is enabled by default in new projects created with startproject . If you ... on for more details and concrete examples. Updated default project layout and manage.py ¶ Django 1.4 ships wi ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m django.utils.module_loading import import_string DEFAULT_DB_ALIAS = "default" DJANGO_VERSION_PICKLE_KEY = " ... ings ( databases ) if databases == {}: databases [ DEFAULT_DB_ALIAS ] = { "ENGINE" : "django.db.backends.dumm ... y" } elif DEFAULT_DB_ALIAS not in databases : raise ImproperlyConfig ... ured ( f "You must define a ' { DEFAULT_DB_ALIAS } ' database." ) elif databases [ DEFAULT ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 6093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ess' , transform = True , unique = True , using = 'default' ) ¶ The following are the arguments and keywords ... he index of the layer to use from the Data Source (defaults to 0) source_srs Use this to specify the source S ... ters. transaction_mode May be 'commit_on_success' (default) or 'autocommit' . transform Setting this to False ... s the database to use when importing spatial data. Default is 'default' . Changed in Django 3.2: Support for ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.11.18 リリースノート — Django 4.0.6 ドキュメント 6052
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... CVE-2019-3498: Content spoofing possibility in the default 404 page ¶ An attacker could craft a malicious URL ... that could make spoofed content appear on the default page generated by the django.views.defaults.page_n ... ) view. The URL path is no longer displayed in the default 404 template and the request_path context variable ... CVE-2019-3498: Content spoofing possibility in the default 404 page 前のトピックへ Django 1.11.19 リリースノー ...
https://man.plustar.jp/django/releases/1.11.18.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6052
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and REQUIRED_FIELDS now supports ForeignKey s. The default iteration count for the PBKDF2 password hasher has ... ib.auth.hashers.PBKDF2PasswordHasher to change the default value. django.contrib.gis ¶ A new GeoJSON serializ ... _host() if the SITE_ID setting is not defined. The default Site created when running migrate now respects the ... to be provided anymore. If not provided form_class defaults to get_form_class() . Placeholders in ModelFormMi ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... APP_DIRS options is set to True . It's in there by default, so you'll only need to change this if you've chan ... so that the Loader() template loader can find the default templates.) Initialization ¶ views. sitemap ( requ ... it in order to specify the URL for your object. By default, location() calls get_absolute_url() on each objec ... () . Example values for priority : 0.4 , 1.0 . The default priority of a page is 0.5 . See the sitemaps.org d ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5981
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... engine attribute of that backend and any attribute defaults mentioned below are overridden by what's passed b ... es. It is used to configure filesystem.Loader . It defaults to an empty list. app_dirs only affects the defau ... lt value of loaders . See below. It defaults to False . autoescape controls whether HTML autoe ... scaping is enabled. It defaults to True . 警告 Only set it to False if you're ren ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5950
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y disabled. Django のデフォルトのロギング設定 ¶ By default, Django uses Python's logging.config.dictConfig fo ... rmat . Default logging conditions ¶ The full set of default loggi ... provide the behavior described above. Python's own defaults send records of level WARNING and higher to the c ... onsole. Default logging definition ¶ Django's default logging conf ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT