検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 73 for migrations (0.063 sec.)
Triaging tickets — Django 4.0.6 ドキュメント 6651
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple, we'll pretend we're debugging a regression in migrations. After you've written the test and confirmed that ... e. For our example, we'll pretend we created tests/migrations/test_regression.py , which can be run with: $ ./ru ... ntests.py migrations.test_regression Next, we mark the current point in ... of the process: $ git bisect run tests/runtests.py migrations.test_regression You should see git bisect use a bi ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6595
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -side cursors for more discussion. Bugfixes ¶ Made migrations respect Index 's name argument. If you created a n ... amed index with Django 1.11, makemigrations will create a migration to recreate the index with ... ex from mutating model state ( #28043 ). Prevented migrations from dropping database indexes from Meta.indexes w ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 6553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion in 1.8.8 causing incorrect index handling in migrations on PostgreSQL when adding db_index=True or unique= ... ble_apps attribute pointing to an application with migrations disabled using the MIGRATION_MODULES setting ( #26 ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6497
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ommand to exit with a non-zero status. The new makemigrations --check option makes the command exit with a non-z ... ero status when model changes without migrations are detected. makemigrations now displays the path ... its concrete parent. The new BaseCommand.requires_migrations_checks attribute may be set to True if you want yo ... rint a warning, like runserver does, if the set of migrations on disk don't match the migrations in the database ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wrapper. django.db.backends.base.schema django.db.migrations Schema migration support for Django models django. ... db.migrations.operations django.db.models django.db.models.const ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data migration might look something like: accounts/migrations/0002_migrate_sha1_passwords.py ¶ from django.db im ... port migrations from ..hashers import PBKDF2WrappedSHA1PasswordHas ... update_fields = [ 'password' ]) class Migration ( migrations . Migration ): dependencies = [ ( 'accounts' , '00 ... 'auth' , '####_migration_name' ), ] operations = [ migrations . RunPython ( forwards_func ), ] Be aware that thi ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ァイル アプリにマイグレーションを追加する Reversing migrations Historical models モデルのフィールドを削除するとき ... に考えるべきこと データのマイグレーション Squashing migrations 値のシリアル化 Django の複数のバージョンをサポート ...
https://man.plustar.jp/django/topics/index.html - [similar]
Django 2.0.7 リリースノート — Django 4.0.6 ドキュメント 6399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd __iregex lookups with MySQL 8 ( #29451 ). Fixed migrations crash with namespace packages on Python 3.7 ( #288 ...
https://man.plustar.jp/django/releases/2.0.7.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TLS certificates. マイグレーション ¶ The new squashmigrations --squashed-name option allows naming the squashed ... y other models in a transaction. In order to allow migrations containing these operations to be applied, you mus ... l.__str__() method, e.g. Question object (1) . makemigrations now detects changes to the model field limit_choic ... es_to option. Add this to your existing migrations or accept an auto-generated migration for fields t ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2.6 リリースノート — Django 4.0.6 ドキュメント 6399
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .2.6 fixes several bugs in 2.2.5. Bugfixes ¶ Fixed migrations crash on SQLite when altering a model containing p ...
https://man.plustar.jp/django/releases/2.2.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT