検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 22 for schema (0.012 sec.)
マイグレーション操作 — Django 4.0.6 ドキュメント 12777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ty yourappname , but be aware that manually adding schema-altering operations can confuse the migration auto ... pps.registry.Apps のインスタンスであり、第二引数は SchemaEditor のインスタンスです。 The reverse_code argume ... go.db import migrations def forwards_func ( apps , schema_editor ): # We get the model from the versioned ap ... pps . get_model ( "myapp" , "Country" ) db_alias = schema_editor . connection . alias Country . objects . us ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 2.0.10 リリースノート — Django 4.0.6 ドキュメント 11430
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ooseVersion since Django 2.0.6 ( #29959 ). Fixed a schema corruption issue on SQLite 3.26+. You might have t ... SQLite 3.26 or later ( #29182 ). Prevented SQLite schema alterations while foreign key checks are enabled t ... o avoid the possibility of schema corruption ( #30023 ). 目次 Django 2.0.10 リリース ... 0.9 リリースノート 関連キーワード page , default , schema , issue , fix , spoofing , path , while , Content ...
https://man.plustar.jp/django/releases/2.0.10.html - [similar]
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 11312
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bility with mysqlclient 1.3.14 ( #30013 ). Fixed a schema corruption issue on SQLite 3.26+. You might have t ... SQLite 3.26 or later ( #29182 ). Prevented SQLite schema alterations while foreign key checks are enabled t ... o avoid the possibility of schema corruption ( #30023 ). Fixed a regression in Djang ... ート 関連キーワード Fixed , default , page , issue , schema , spoofing , path , regression , enabled , while ク ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 11194
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ias inside a RunPython operation by looking at the schema_editor.connection.alias attribute: from django.db ... import migrations def forwards ( apps , schema_editor ): if schema_editor . connection . alias != ... django.db import migrations def forwards ( apps , schema_editor ): # Your migration code goes here ... clas ... mport migrations import uuid def gen_uuid ( apps , schema_editor ): MyModel = apps . get_model ( 'myapp' , ' ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 9410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » SchemaEditor ¶ class BaseDatabaseSchemaEditor ¶ Django の ... の抽象レイヤーの部分です。後者の仕事を担当するのが、 SchemaEditor です。 Django を使っている普通の開発者が Sch ... ベースのバックエンドは、それぞれ対応するバージョンの SchemaEditor を提供しており、好きなときに connection.sche ... ネージャを使ってアクセスできます。 with connection . schema_editor () as schema_editor : schema_editor . delet ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 8737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... クエンドでも、プログラムからのスキーマの変更の操作( SchemaEditor クラスで実行される)に対応していれば大丈夫です ... most capable of all the databases here in terms of schema support. The only caveat is that prior to PostgreS ... マイグレーション ¶ As well as changing the database schema, you can also use migrations to change the data in ... the database itself, in conjunction with the schema if you want. Migrations that alter data are usuall ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
ロギング — Django 4.0.6 ドキュメント 8282
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rity.csrf : For CSRF failures . django.db.backends.schema ¶ Logs the SQL queries that are executed during sc ... o.db.backends django.security.* django.db.backends.schema ハンドラ フィルター 前のトピックへ フォームとフィー ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 8164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t by the database wrapper. django.db.backends.base.schema django.db.migrations Schema migration support for ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 8164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release of Django 1.8. What's new in Django 1.7 ¶ Schema migrations ¶ Django now has built-in support for s ... ew method on Field subclasses ¶ To help power both schema migrations and to enable easier addition of compos ... a will not need updating every time you change the schema. Additionally, like the rest of Django's old syncd ... it as a backup). Run migrate to create the updated schema. Use loaddata to import the fixtures you exported ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 8063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic-auth multiple-db-support per-object-permissions schema-evolution schema-evolution-ng search-api sqlalchem ...
https://man.plustar.jp/django/internals/git.html - [similar]
PREV 1 2 3 NEXT