検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for fixture (0.023 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 15060
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default), a progress bar is shown in the terminal. Fixtures compression ¶ New in Django 3.2. The output file ... r database views. loaddata ¶ django-admin loaddata fixture [fixture ...] ¶ Searches for and loads the content ... s of the named fixture into the database. --database DATABASE ¶ Specifies ... ds and models that may have been removed since the fixture was originally generated. --app APP_LABEL ¶ Specif ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
How to provide initial data for models — Django 4.0.6 ドキュメント 10672
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 動的には投入されません。ただし、 TransactionTestCase.fixtures を使っている場合を除きます。 フィクスチャは、Djan ... 確認できます。 As an example, though, here's what a fixture for a Person model might look like in JSON: [ { "m ... ame : McCartney このデータは、アプリケーション内の fixtures ディレクトリ内に保存しておくことができます。 You ... can load data by calling manage.py loaddata <fixturename> , where <fixturename> is the name of the fixt ...
https://man.plustar.jp/django/howto/initial-data.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 9476
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... never include automatically generated objects in a fixture or other serialized data. By chance, the primary k ... eys in the fixture may match those in the database and loading the fi ... In the more likely case that they don't match, the fixture loading will fail with an IntegrityError . There i ... ver, if we add natural key handling to Person, the fixture becomes much more humane. To add natural key handl ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 8845
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... urned verbatim (#21415). Fixed loaddata error when fixture file name contained any dots not related to file e ... xtensions (#21457) or when fixture path was relative but located in a subdirectory (# ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.3.6 release notes — Django 4.0.6 ドキュメント 8127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is parser for deserializing XML-formatted database fixtures. The fixture deserializer is not intended for use ...
https://man.plustar.jp/django/releases/1.3.6.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 8127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the testserver command's positional arguments (fixture names) ( #24571 ). Prevented TypeError in translat ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... speed up the tests as compared to using setUp() . Fixture loading within TestCase is now performed once for ... ed one. The loaddata command now prevents repeated fixture loading. If FIXTURE_DIRS contains duplicates or a ... default fixture directory path ( app_name/fixtures ), an exception ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 8042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction () { const $ = django . jQuery ; $ ( '#qunit-fixture' ). append ( '<button class="button"></button>' ); ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
Signals — Django 4.0.6 ドキュメント 8042
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is saved exactly as presented (i.e. when loading a fixture). One should not query/modify other records in the ... is saved exactly as presented (i.e. when loading a fixture). One should not query/modify other records in the ...
https://man.plustar.jp/django/ref/signals.html - [similar]
設定 — Django 4.0.6 ドキュメント 7974
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 6, where 0 means Sunday, 1 means Monday and so on. FIXTURE_DIRS ¶ デフォルト値: [] (空のリスト) List of direc ... tories searched for fixture files, in addition to the fixtures directory of ea ... ING LOGGING_CONFIG モデル ¶ ABSOLUTE_URL_OVERRIDES FIXTURE_DIRS INSTALLED_APPS セキュリティ ¶ Cross Site Requ ... PERMISSIONS FILE_UPLOAD_TEMP_DIR FIRST_DAY_OF_WEEK FIXTURE_DIRS FORCE_SCRIPT_NAME FORM_RENDERER FORMAT_MODULE ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 NEXT