検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 107 for option (0.044 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 7659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... such cases it is possible to set django.db.models.Options.select_on_save flag to force saving to use the ol ... using the BaseCommand.can_import_settings internal option is now performed independently from handling of th ... by the new BaseCommand.leave_locale_alone internal option. See 管理コマンドとロケール for more details. The ... and django.db.models.ManyToManyField.db_constraint options. The jQuery library embedded in the admin has bee ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 3.2.13 release notes — Django 4.0.6 ドキュメント 7659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 47: Potential SQL injection via QuerySet.explain(**options) on PostgreSQL ¶ QuerySet.explain() method was su ... bject to SQL injection in option names, using a suitably crafted dictionary, with d ... ictionary expansion, as the **options argument. Bugfixes ¶ Fixed a regression in Django ... reloader to no longer detect changes when the DIRS option of the TEMPLATES setting contained an empty string ...
https://man.plustar.jp/django/releases/3.2.13.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... how to import templates from a particular source. Optionally, a tuple can be used instead of a string. The ... he constructor of django.template.Context takes an optional argument — a dictionary mapping variable names t ... ue of the engine's string_if_invalid configuration option (an empty string, by default). Example: >>> t = Te ... return the value of the engine's string_if_invalid option. There can be side effects when calling some varia ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 7506
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndex | Modules « previous | up | next » Model Meta options ¶ This document explains all the possible metadat ... a options that you can give your model in its internal clas ... s Meta . Available Meta options ¶ abstract ¶ Options. abstract ¶ If abstract = Tr ... model will be an abstract base class . app_label ¶ Options. app_label ¶ If a model is defined outside of an ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... thods get() , post() , put() , delete() , head() , options() , and trace() . These methods accept all the sa ... t include those hosts in ALLOWED_HOSTS . The first option to do so is to add the hosts to your settings file ... ct.dev' , 'docs.djangoproject.dev' , ... ] Another option is to add the required hosts to ALLOWED_HOSTS usin ... g override_settings() or modify_settings() . This option may be preferable in standalone apps that can't pa ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
設定 — Django 4.0.6 ドキュメント 7110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... maps cache aliases to a dictionary containing the options for an individual cache. The CACHES setting must ... ache, or you need to define multiple caches, other options will be required. The following cache options are ... ache' , 'LOCATION' : '/var/tmp/django_cache' , } } OPTIONS ¶ デフォルト値: None Extra parameters to pass to ... ap a database alias to a dictionary containing the options for an individual database. The DATABASES setting ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7110
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . 管理コマンド ¶ The new compilemessages --ignore option allows ignoring specific directories when searchin ... e or primary key constraint. The new --skip-checks option skips running system checks prior to running the c ... he startapp --template and startproject --template options now support templates stored in XZ archives ( .ta ... gent ) in place of hyphens. セキュリティ ¶ X_FRAME_OPTIONS now defaults to 'DENY' . In older versions, the X ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 7033
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it's a good idea to use the collectstatic --clear option in order to remove stale static files. Files are s ... agement command. It also receives all command line options of collectstatic . This is used by the ManifestSt ... path.to.MyStaticFilesStorage' . Some commonly used options are: --noinput , --no-input ¶ Do NOT prompt the u ... atterns 'CVS' , '.*' and '*~' . For a full list of options, refer to the commands own help by running:   $ ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vents a user from being able to log out. Added the optional backend argument to django.contrib.auth.login() ... n more easily customize the collectstatic --ignore option with a custom AppConfig . キャッシュ ¶ ファイルベー ... ommand.handle() method. The new check --fail-level option allows specifying the message level that will caus ... a non-zero status. The new makemigrations --check option makes the command exit with a non-zero status when ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts are added to models using the Meta.constraints option. scrypt password hasher ¶ The new scrypt password ... management command now supports the --skip-checks option. On PostgreSQL, dbshell now supports specifying a ... ute allows suppressing unsupported default command options in the help output. The new startapp --exclude an ... d startproject --exclude options allow excluding directories from the template. モ ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT