検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 57 for setup (0.040 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... DEBUG setting to True . The new django.test.utils.setup_databases() (moved from django.test.runner ) and t ... ment() を呼び出す前に 2 度めの呼び出しをした場合、 setup_test_environment() がエラーを投げるようになりました ... mplete() は非推奨となりました。 django.test.runner.setup_databases() が django.test.utils.setup_databases() ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7401
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Objects assigned to class attributes in TestCase.setUpTestData() are now isolated for each test method. S ... command can now track timings, including database setup and total run time. This can be enabled by using t ... model now raises TypeError . Keyword arguments to setup_databases() are now keyword-only. The undocumented ... es addCleanup() so that cleanups registered in the setUp() method are called before TestContextDecorator.di ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manage.py shell >>> from django.test.utils import setup_test_environment >>> setup_test_environment () set ... ldn't be available. Note that this method does not set up a test database, so the following will be run aga ... and a 400 response, you probably >>> # omitted the setup_test_environment() call described earlier. >>> res ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ernally, meaning some operations (such as database setup for test suites) have seen a performance benefit a ... p as a third-party project. django.core.management.setup_environ ¶ This function temporarily modified sys.p ... ute_from_command_line , except that it first calls setup_environ , which is now deprecated. As such, execut ... s django.contrib.databrowse django.core.management.setup_environ django.core.management.execute_manager is_ ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = str ( x ) return x [ 0 ] . upper () + x [ 1 :] # Set up regular expressions re_words = _lazy_re_compile ( ... a translatable string of an ellipsis. """ self . _setup () length = int ( num ) text = unicodedata . norma ... een truncated, defaulting to ellipsis. """ self . _setup () length = int ( num ) if html : return self . _t ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t on Python 3 (#20773). Made DjangoTestSuiteRunner.setup_databases properly handle aliases for the default ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... missions for proxy models with a multiple database setup if the default entry was empty ( #31021 ). Fixed a ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . ジェネリックビュー (generic view) ¶ The new View.setup hook initializes view attributes before calling di ... spatch() . It allows mixins to set up instance attributes for reuse in child classes. 国 ... introspection there. DiscoverRunner now skips the setup of databases not referenced by tests . URL ¶ The n ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 7048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... collectstatic isn't run as part of the normal test setup. During testing, ensure that the STATICFILES_STORA ... un collectstatic before or as a part of your tests setup. 目次 The staticfiles app 設定 管理コマンド collec ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 7048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 'dispatch' ) class UploadFileView ( View ): def setup ( self , request , * args , ** kwargs ): request . ... , ProgressBarUploadHandler ( request )) super () . setup ( request , * args , ** kwargs ) @method_decorator ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
PREV 1 2 3 4 5 6 NEXT