検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 65 for migration (0.016 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 7772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... `COMMIT;``. Default value is ``False``. ``requires_migrations_checks`` A boolean; if ``True``, the command prin ... ts a warning if the set of migrations on disk don't match the migrations in the databas ... to wrap the output in a "BEGIN; COMMIT;" requires_migrations_checks = False requires_system_checks = "__all__" ... self . requires_system_checks ) if self . requires_migrations_checks : self . check_migrations () output = self ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 7772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n install the extension using the TrigramExtension migration operation. The trigram_similar lookup can be used ... n install the extension using the TrigramExtension migration operation. The trigram_word_similar lookup can be ... nt extension on PostgreSQL . The UnaccentExtension migration operation is available if you want to perform this ... activation using migrations). The unaccent lookup can be used on CharField an ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 7772
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hor href . Bugfixes ¶ Fixed renaming of classes in migrations where renaming a subclass would cause incorrect s ... erenced the superclass ( #24354 ). Stopped writing migration files in dry run mode when merging migration confl ... icts. When makemigrations --merge is called with verbosity=3 the migration ... , URLs , redirect , user , characters , control , migration クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.7.7.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 7686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed a regression in Django 3.0 that caused a migration crash on PostgreSQL 10+ when adding a foreign key ... and changing data in the same migration ( #31106 ). Fixed a regression in Django 3.0 where ... リリースノート 関連キーワード regression , Fixed , migration , key , トピック , previous , up , next , Subquery ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
Django 1.7.5 release notes — Django 4.0.6 ドキュメント 7157
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 1.7.4. Bugfixes ¶ Reverted a fix that prevented a migration crash when unapplying contrib.contenttypes 's or c ... ontrib.auth 's first migration ( #24075 ) due to severe impact on the test perfor ... ting from ManyToManyField from being recognized in migrations ( #24236 ). Fixed crash in contrib.sites migratio ... release , notes , contrib , Bugfixes , トピック , migrations , from , database , when , crash クイック検索 Las ...
https://man.plustar.jp/django/releases/1.7.5.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7157
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from 50 to 255 characters. Please run the database migration. USERNAME_FIELD and REQUIRED_FIELDS now supports F ... ficate authority setting ( --ssl-ca ). The new makemigrations --name allows giving the migration(s) a custom na ... me/fixtures ), an exception is raised. The new makemigrations --exit option allows exiting with an error code i ... f no migrations are created. The new showmigrations command allow ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 7099
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... reSQL. You can install it using the BloomExtension migration operation. Provide an integer number of bits from ... QL. You can install it using the BtreeGinExtension migration operation. Set the fastupdate parameter to False t ... L. You can install it using the BtreeGistExtension migration operation. Set the buffering parameter to True or ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django 3.2.5 release notes — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #32812 ). Fixed a bug in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when altering BinaryField , ... ). Fixed a regression in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when adding nullable Binary ...
https://man.plustar.jp/django/releases/3.2.5.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7013
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atabase used. An exception to this rule is the makemigrations command. It validates the migration history in th ... e databases to catch problems with the existing migration files (which could be caused by editing them) befo ... re creating new migrations. By default, it checks only the default database, ... model_name = None , ** hints ) ¶ Determine if the migration operation is allowed to run on the database with a ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a1_hash ( sha1_hash , salt , iterations ) The data migration might look something like: accounts/migrations/000 ... _migrate_sha1_passwords.py ¶ from django.db import migrations from ..hashers import PBKDF2WrappedSHA1PasswordHa ... ser . save ( update_fields = [ 'password' ]) class Migration ( migrations . Migration ): dependencies = [ ( 'ac ... , '0001_initial' ), # replace this with the latest migration in contrib.auth ( 'auth' , '####_migration_name' ) ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT