検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 170 for key (0.091 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... STRAINT object_id_refs_id_5e8f10c132091d1e FOREIGN KEY ... Following this change, all platforms, regardle ... ADD CONSTRAINT object_id_refs_id_32091d1e FOREIGN KEY ... As a result of this change, you will not be ab ... re using the redirect_to view with a format-string key called 'permanent', which is highly unlikely. Feat ... ou'll simply access the context as request.context[key] . The old way, which treats request.context as a ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.7.11 release notes — Django 4.0.6 ドキュメント 5696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he application's settings by specifying a settings key instead of a date format. e.g. "SECRET_KEY" instea ...
https://man.plustar.jp/django/releases/1.7.11.html - [similar]
Django 1.7.6 release notes — Django 4.0.6 ドキュメント 5696
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ug that prevented migrations from adding a foreign key constraint when converting an existing field to a ... foreign key ( #24447 ). 目次 Django 1.7.6 release notes Mitiga ...
https://man.plustar.jp/django/releases/1.7.6.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5640
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ice ( models . Model ): question = models . ForeignKey ( Question , on_delete = models . CASCADE ) choice ... の default 値を 0 に設定しました。 最後に、 ForeignKey を使用してリレーションシップが定義されていることに ... LE "polls_question" ( "id" serial NOT NULL PRIMARY KEY , "question_text" varchar ( 200 ) NOT NULL , "pub_ ... ABLE "polls_choice" ( "id" serial NOT NULL PRIMARY KEY , "choice_text" varchar ( 200 ) NOT NULL , "votes" ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
データベース — Django 4.0.6 ドキュメント 5640
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lly-specifying values of auto-incrementing primary keys ¶ Django uses PostgreSQL's SERIAL data type to st ... ore auto-incrementing primary keys. A SERIAL column is populated with values from a ... ( username = 'bob' ) ... IntegrityError: duplicate key value violates unique constraint "auth_user_pkey" ... DETAIL: Key (id)=(1) already exists. If you need to specify su ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5640
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Child ( models . Model ): parent = models . ForeignKey ( Parent , edit_inline = models . STACKED , num_in ... ge the imports. セッション ¶ Getting a new session key ¶ SessionBase.get_new_session_key() has been renam ... ed to _get_new_session_key() . get_new_session_object() no longer exists. フィ ... whose name is a single underscore) is no longer monkeypatched into builtins -- that is, it's no longer av ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 5640
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d ( Place , on_delete = models . CASCADE , primary_key = True , ) serves_hot_dogs = models . BooleanField ... r ( models . Model ): restaurant = models . ForeignKey ( Restaurant , on_delete = models . CASCADE ) name ... Pass the "parent" object as this object's primary key: >>> r = Restaurant ( place = p1 , serves_hot_dogs ... assignment notation. Because place is the primary key on Restaurant, the save will create a new restaura ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o longer set the user language in request.session (key django.utils.translation.LANGUAGE_SESSION_KEY ). a ... s.JSONField , django.contrib.postgres.fields.jsonb.KeyTransform , and django.contrib.postgres.fields.json ... b.KeyTextTransform will be removed. The {% ifequal %} an ... on.convert_value() will be removed. The field_name keyword argument of QuerySet.earliest() and latest() w ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5594
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ntiating an Engine all arguments must be passed as keyword arguments: dirs is a list of directories where ... be loaded by passing the corresponding dictionary key to the {% load %} tag. 'builtins' : A list of dott ... c [ 'foo' ] Traceback (most recent call last): ... KeyError : 'foo' >>> c [ 'newvariable' ] = 'hello' >>> ... c [ 'newvariable' ] 'hello' Context. get ( key , otherwise = None ) ¶ Returns the value for key i ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 5538
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ated list of OGR field names to add the blank=True keyword option to the field definition. Set with true ... geometry field. Defaults to 'geom' . --layer LAYER_KEY ¶ The key for specifying which layer in the OGR Da ... rated list of OGR field names to add the null=True keyword option to the field definition. Set with true ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT