検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 572 for Table (0.038 sec.)
Django 2.0.1 リリースノート — Django 4.0.6 ドキュメント 5580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... el index name generation for models with quoted db_table ( #28876 ). Fixed incorrect foreign key constraint ... name for models with quoted db_table ( #28876 ). Fixed a regression in caching of a Gen ... d model instance uses more than one level of multi-table inheritance ( #28856 ). GeometryField=None の場合に ...
https://man.plustar.jp/django/releases/2.0.1.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5504
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... digest in the constraint name; for example: ALTER TABLE myapp_sometable ADD CONSTRAINT object_id_refs_id_5 ... digest in the constraint name; for example: ALTER TABLE myapp_sometable ADD CONSTRAINT object_id_refs_id_3 ... be able to use the reset management command on any table made by a 64-bit machine. This is because the new ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... model's Meta class tells Django not to manage each table's creation, modification, and deletion: class Pers ... ( max_length = 70 ) class Meta: managed = False db_table = 'CENSUS_PERSONS' If you do want to allow Django ... to manage the table's lifecycle, you'll need to change the managed opt ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 5353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... t index name truncation when using a namespaced db_table ( #28792 ). Made QuerySet.iterator() use server-si ... nKey when the referenced model instance uses multi-table inheritance ( #28856 ). Fixed "Cannot change colum ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
FAQ: データベースとモデル — Django 4.0.6 ドキュメント 5278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ストレージエンジンを指定するといったような CREATE TABLE 文のデータベース固有のカスタマイズを追加するにはど ... のオプションを使いたければ、あなたが指定したい ALTER TABLE 文を含めた RunSQL を使ったマイグレーションを作成し ... ジンを使いたい場合、以下のSQLを使ってください: ALTER TABLE myapp_mytable ENGINE = MyISAM ; 目次 FAQ: データベ ...
https://man.plustar.jp/django/faq/models.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ckMessage . An instance encapsulates a single reportable error or warning. It also provides context and hin ... ields.E332 : Many-to-many fields with intermediate tables must not be symmetrical. This check appeared befo ... o <model> . fields.E340 : The field's intermediary table <table name> clashes with the table name of <model ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... d output. inspectdb now creates models for foreign tables on PostgreSQL. inspectdb --include-views now crea ... itions option allows creating models for partition tables on PostgreSQL. In older versions, models are crea ... ted child tables instead the parent. inspectdb now introspects Dur ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ーブルの全てのデータを消去してしまいます。 AlterModelTable ¶ class AlterModelTable ( name , table ) ¶ 定義して ... モデルのテーブル名を変更します( Meta サブクラスの db_table オプションを参照します)。 AlterUniqueTogether ¶ cl ... the migration is adding a non-nullable field to a table and needs a default value to put into existing row ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... ort is listed for all lookups in the compatibility table . Lookups involving rasters are currently only ava ... er rst would be used for the lookup. Compatibility Tables ¶ Spatial Lookups ¶ The following table provides ... ictly_below X C Database functions ¶ The following table provides a summary of what geography-specific data ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 4983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | ne ... = cache -- ignore = outdated /*/ locale createcachetable ¶ django-admin createcachetable ¶ Creates the cach ... e tables for use with the database cache backend using the ... TABASE ¶ Specifies the database in which the cache table(s) will be created. Defaults to default . --dry-ru ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT