検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 572 for Table (0.064 sec.)
Installing SpatiaLite — Django 4.0.6 ドキュメント 4234
" + 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 ... enter the following query: sqlite > CREATE VIRTUAL TABLE testrtree USING rtree ( id , minX , maxX , minY , ...
https://man.plustar.jp/django/ref/contrib/gis/install/spatialite.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 4234
" + 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 ... order Let's look at the SQL that will generate the table for the WorldBorder model:   $ python manage.py ... t: BEGIN; -- -- Create model WorldBorder -- CREATE TABLE "world_worldborder" ( "id" bigserial NOT NULL PRIM ... If this looks correct, run migrate to create this table in the database:   $ python manage.py migrate Op ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 4234
" + 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 ... pk').order_by('foo')) ( #24615 ). Fixed a database table name quoting regression ( #24605 ). Prevented the ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 4234
" + 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 ... isplay a read-only view of the parent model but editable forms for the inline. Submitting these forms would ... nt model, the entire displayed form will not be editable, even if the user has permission to edit models in ... ed, and properly-tested mechanism for partially-editable multi-model forms to the admin interface may occur ...
https://man.plustar.jp/django/releases/2.2.8.html - [similar]
モデル — Django 4.0.6 ドキュメント 4234
" + 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 myapp_person ( "id" serial NOT NULL PRIMARY KEY , ... 生成されますがそれを無効化することができます。詳細は Table names を参照ください。 id フィールドは自動的に追加 ... ーフィールド を参照ください。 この例における CREATE TABLE の SQL は PostgreSQL の文法に準拠していますが、Dja ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4166
" + 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 ... ED_APPS setting and creates any necessary database tables according to the database settings in your mysite ... for your database and type \dt (PostgreSQL), SHOW TABLES; (MariaDB, MySQL), .tables (SQLite), or SELECT TA ... BLE_NAME FROM USER_TABLES; (Oracle) to display the tables Django created. ミ ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
設定 — Django 4.0.6 ドキュメント 4090
" + 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 ... specific setting. If it is set to False , the test tablespaces won't be automatically created at the beginn ... tting. If set to True , Oracle Managed Files (OMF) tablespaces will be used. DATAFILE and DATAFILE_TMP will ... his is an Oracle-specific setting. The name of the tablespace that will be used when running tests. If not ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 4090
" + 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 ... " on certain queries; for example, when querying a table which contains string values, but using a query wh ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 4090
" + 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 ... " on certain queries; for example, when querying a table which contains string values, but using a query wh ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4090
" + 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 ... ては、手動でデータベースのテーブル名を設定できる db_table オプションのドキュメントを参照してください。 警告 ... d AS birth_date, ... pk AS id, ... FROM some_other_table''' ) 名称が一致している限り、そのモデルのインスタン ... Person . objects . raw ( 'SELECT * FROM some_other_table' , translations = name_map ) インデックスの利用 ¶ ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT