検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 80 for primary (0.019 sec.)
Django 1.5 release notes — Django 4.0.6 ドキュメント 6218
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es reset ¶ TransactionTestCase tests used to reset primary key sequences automatically together with the data ... ransactionTestCase tests that depend on hard-coded primary key values to break. The new reset_sequences attri ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6218
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s with a {% for %} loop, you'll need to render the primary key field. For example, if you were rendering the ... case, will work correctly. (This example assumes a primary key named id . If you've explicitly defined your o ... wn primary key that isn't called id , make sure it gets rende ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Django 1.4 documentation 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ; CREATE TABLE "polls_poll" ( "id" serial NOT NULL PRIMARY KEY , "question" varchar ( 200 ) NOT NULL , "pub_d ... CREATE TABLE "polls_choice" ( "id" serial NOT NULL PRIMARY KEY , "poll_id" integer NOT NULL REFERENCES "polls ... されます (この挙動は オーバライドできます。) 主キー (primary key, ID) は自動的に生成されます (この挙動もオーバラ ... _increment (MySQL)、 serial (PostgreSQL)、 integer primary key (SQLite) といったデータベース固有のフィールド ...
https://man.plustar.jp/django/contents.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... allow access to individual objects by a sequential primary key, an attacker could brute-force guess all URLs; ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tional fields such as ForeignKey , F() returns the primary key value rather than a model instance: >> car = C ... t use values() to return only a single column: the primary key of the post. Limiting the subquery to a single ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lhs and rhs such as lhs in rhs or lhs > rhs . The primary notation to use a lookup in an expression is <lhs> ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ield-only unique constraints and indexes, changing primary key, and changing the destination of ForeignKey co ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 0.96 リリースノート ¶ Django 0.96 へようこそ! The primary goal for 0.96 is a cleanup and stabilization of th ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rent ): father = models . OneToOneField ( Parent , primary_key = True , to_field = "other_value" , parent_lin ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6122
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This lookup scheme is an alternative to the normal primary-key based object references in a fixture, improvin ... and resolving problems referring to objects whose primary key value may not be predictable or known. Fast fa ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT