検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 73 for migrations (0.086 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 7517
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of Django 1.8. What's new in Django 1.7 ¶ Schema migrations ¶ Django now has built-in support for schema migra ... n any development, staging or production database. Migrations are covered in their own documentation , but a few ... lls to syncdb will still work as before. A new makemigrations command provides an easy way to autodetect changes ... to your models and make migrations for them. django.db.models.signals.pre_syncdb and ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.7.5 release notes — Django 4.0.6 ドキュメント 7461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ting from ManyToManyField from being recognized in migrations ( #24236 ). Fixed crash in contrib.sites migration ... release , notes , contrib , Bugfixes , トピック , migrations , from , database , when , crash クイック検索 Last ...
https://man.plustar.jp/django/releases/1.7.5.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... history and editing of keyboard input. The new makemigrations --no-header option avoids writing header comments ... n file(s). This option is also available for squashmigrations . runserver can now use Watchman to improve the pe ... ll be performed. NoneType can now be serialized in migrations. You can now register custom serializers for migra ... ionTestCase serialized data loading ¶ Initial data migrations are now loaded in TransactionTestCase at the end o ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _value() method ( #24841 ). Fixed crash during makemigrations if a migrations module either is missing __init__. ... ld ( #24897 ). Fixed a crash when loading squashed migrations from two apps with a dependency between them, wher ... e the dependent app's replaced migrations are partially applied ( #24895 ). Fixed recording ... of applied status for squashed (replacement) migrations ( #24628 ). Fixed queryset annotations when using ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alias for that option. マイグレーション ¶ Initial migrations are now marked with an initial = True class attrib ... grate --fake-initial to more easily detect initial migrations. Added support for serialization of functools.part ... ULES , Django will consider the app an app without migrations. When applying migrations, the "Rendering model st ... y 2 or higher now computes only the states for the migrations that have already been applied. The model states f ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
索引 — Django 4.0.6 ドキュメント 7364
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... --buffer test コマンドラインオプション --check makemigrations コマンドラインオプション migrate コマンドラインオプ ... ve_stale_contenttypes コマンドラインオプション showmigrations コマンドラインオプション sqlflush コマンドラインオ ... ション createcachetable コマンドラインオプション makemigrations コマンドラインオプション --email createsuperuser コ ... マンドラインオプション --empty makemigrations コマンドラインオプション --exclude compilemessages ...
https://man.plustar.jp/django/genindex.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7322
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ficate authority setting ( --ssl-ca ). The new makemigrations --name allows giving the migration(s) a custom nam ... me/fixtures ), an exception is raised. The new makemigrations --exit option allows exiting with an error code if ... no migrations are created. The new showmigrations command allows ... listing all migrations and their dependencies in a project. ミドルウェア ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 7126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e a database migration:   $ python manage.py makemigrations Migrations for 'world': world/migrations/0001_init ... - Create model WorldBorder ...\> py manage.py makemigrations Migrations for 'world': world/migrations/0001_init ... manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions, world Runnin ... g migrations: ... Applying world.0001_initial... OK ...\> py ma ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 7084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ationHistory in the presence of unapplied squashed migrations ( #27004 ). Fixed a regression in Client.force_log ... %} tag to unpack any iterable ( #27058 ). Made makemigrations skip inconsistent history checks on non-default da ... InconsistentMigrationHistory message raised by makemigrations and migrate ( #27089 ). Fixed the creation of Cont ... mission objects for models of applications without migrations when calling the migrate command with no migration ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 6986
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s in your mysite/settings.py file and the database migrations shipped with the app (we'll cover those later). Yo ... コマンドを実行しましょう:   $ python manage.py makemigrations polls ...\> py manage.py makemigrations polls 次の ... ようなものが表示されるはずです: Migrations for 'polls': polls/migrations/0001_initial.py - Cr ... eate model Question - Create model Choice makemigrations を実行することで、Djangoにモデルに変更があったこと ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT