検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 80 for tests (0.014 sec.)
コードのコミット — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... merges of upstream branches in the pull requests. Tests should pass and docs should build after each commi ... t. Neither the tests nor the docs should emit warnings. Trivial and sma ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s for more details on these changes. The SERIALIZE test setting will be removed. The undocumented django.ut ... est will change from 'http' to 'https' . The extra_tests argument for DiscoverRunner.build_suite() and Disc ... overRunner.run_tests() will be removed. The django.contrib.postgres.agg ... g. with cursor.execute() . The django.contrib.auth.tests.utils.skipIfCustomUser() decorator will be removed ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Reference Testing GeoDjango apps PostGIS GeoDjango tests Deploying GeoDjango 前のトピックへ The flatpages a ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... redom (with apologies to Kent Beck). You can write tests based on doctest or unittest and test your views w ... be loaded into your database at the start of your tests. This makes testing with real data much easier. Se ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... viding information of the exception that occurred. Tests and test cases to run can be selected by test name ... est runner now supports headless mode for selenium tests on supported browsers. Add the --headless option t ... pports --start-at and --start-after options to run tests starting from a specific top-level module. Django ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in an atomic block will result in an error. Use in tests ¶ Django's TestCase class wraps each test in a tra ... r TransactionTestCase flushes the database between tests, which is significantly slower than TestCase 's is ... tion Exception handling Timing of execution Use in tests Why no rollback hook? Low-level APIs 自動コミット ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 6205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion is disabled when DEBUG is True or when running tests. XML deserialization ¶ The XML parser in the Pytho ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 6164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango の慣例に則っているでしょう。例えば models 、 tests 、 urls 、 views のサブモジュールがあること、などで ... polls / detail . html index . html results . html tests . py urls . py views . py templates / admin / base ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 6164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y apps . py migrations / __init__ . py models . py tests . py views . py このディレクトリ構造が、 poll アプ ... y apps . py migrations / __init__ . py models . py tests . py urls . py views . py polls/urls.py ファイルに ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Signals — Django 4.0.6 ドキュメント 6164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... istered in ready() . AppConfig s are recreated for tests that run with a modified set of INSTALLED_APPS (su ... ed (always None ). request The HttpRequest object. Test signals ¶ Signals only sent when running tests . se ... signals to avoid importing from django.test in non-test situations. このシグナルとともに送信される引数は以下 ... go.test.signals. template_rendered ¶ Sent when the test system renders a template. This signal is not emitt ...
https://man.plustar.jp/django/ref/signals.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT