検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 118 for run (0.198 sec.)
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 5662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... handled a file and do not want future handlers to run should raise this exception instead of returning N ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 5662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t started? This is the section for you. Get up and running! If you are new to contributing to Django, the ... with older but still supported versions of Python. Run the tests and make sure they pass. Where possible ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
設定 — Django 4.0.6 ドキュメント 5662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .1', '[::1]'] . ALLOWED_HOSTS is also checked when running tests . このヘッダの検証は get_host() メソッド ... is is useful if you have multiple Django instances running under the same hostname. They can use differen ... ルト値: [] (空のリスト) A list of trusted origins for unsafe requests (e.g. POST ). For requests that incl ... the specified socket. For example: "HOST" : '/var/run/mysql' If you're using MySQL and this value doesn' ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... terpreter. The new shell --command option lets you run a command as Django and exit, instead of opening t ... if you want your command to print a warning, like runserver does, if the set of migrations on disk don't ... m.Enum objects. Added the elidable argument to the RunSQL and RunPython operations to allow them to be re ... ponents as integers, such as year and hour. Added Trunc functions to truncate a date or datetime to a sig ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate models when a module is reloaded. Previously a RuntimeError was raised every time two models clashed ... ld that is referenced in AlterIndexTogether or AlterUniqueTogether ( #23614 ). Updated the first day of t ... handling for SQLite ( #23880 ). Fixed a crash when RunSQL SQL content was collected by the schema editor, ... receive the incorrect obj value ( #23934 ). Fixed runserver crash when socket error message contained Un ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
How to upgrade Django to a newer version — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ment variable. For example, to show warnings while running tests:   $ python -Wa manage.py test ...\> p ... manage.py test If you're not using the Django test runner, you may need to also ensure that any console o ... tall -U Django テスト ¶ 新しい環境が設定されたら、 run the full test suite 。テストの出力に表示されるよう ... 、廃止予定の警告を有効にすると便利です。 ( manage.py runserver を使用してアプリケーションを手動でテストする ...
https://man.plustar.jp/django/howto/upgrade-version.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tors ¶ Field. validators ¶ A list of validators to run for this field. See the validators documentation f ... such as a function to dynamically set the path at runtime. Example: import os from django.conf import se ... n't be certain of the input type. For example, you run the risk of returning a datetime that was actually ... rential integrity, this will cause an IntegrityError unless you manually add an SQL ON DELETE constraint ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... field in Django 1.11.2 .) Added support for time truncation to Trunc functions. Added the ExtractWeek fu ... and exposed it through the week lookup. Added the TruncTime function to truncate DateTimeField to its tim ... ticular filesystem.Loader . テスト ¶ Added DiscoverRunner.get_test_runner_kwargs() to allow customizing t ... he keyword arguments passed to the test runner. Added the test --debug-mode option to help tro ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t.format_lazy() , which creates a lazy object that runs the str.format() method only when the result is i ... vaScript for German. After updating message files, run django-admin compilemessages the same way as you d ... per-thread basis and such change will affect code running in the same thread. 例: from django.utils impo ... cale middleware (see below). If all you want is to run Django with your native language all you need to d ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Signals — Django 4.0.6 ドキュメント 5612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nces, the code connecting receivers to signals may run multiple times. This can cause your receiver funct ... ou define the signals, because signal registration runs as many times as it is imported. If this behavior ...
https://man.plustar.jp/django/topics/signals.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT