検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 170 for key (0.193 sec.)
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... father = models . OneToOneField ( Parent , primary_key = True , to_field = "other_value" , parent_link = ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e code of the loaders shipped with Django. Natural keys in fixtures ¶ Fixtures can now refer to remote ob ... jects using Natural keys . This lookup scheme is an alternative to the nor ... mal primary-key based object references in a fixture, improving re ... olving problems referring to objects whose primary key value may not be predictable or known. Fast failur ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ustom ModelForm to do this. First, add the foreign key relation to the model: models.py ¶ from django.con ... ( max_length = 200 ) created_by = models . ForeignKey ( User , on_delete = models . CASCADE ) # ... In t ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e name of a view and optionally some positional or keyword arguments; the URL will be reverse resolved us ... following example gets the object with the primary key of 1 from MyModel : from django.shortcuts import g ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text' )) verbose_name オプションを使えば、 ForeignKey 、 ManyToManyField や OneToOneField リレーションシ ... MyThing ( models . Model ): kind = models . ForeignKey ( ThingKind , on_delete = models . CASCADE , relat ... MyThing ( models . Model ): kind = models . ForeignKey ( ThingKind , on_delete = models . CASCADE , relat ... efinition. Therefore, you are authorized to pass a key name instead of an integer as the number argument. ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te_quote ( url ) if query : # Separately unquoting key/value, so as to not mix querystring separators # i ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uivalent to: import re re . compile ( r 'API|TOKEN|KEY|SECRET|PASS|SIGNATURE' , flags = re . IGNORECASE ) ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ugh model should use the same names for the ForeignKey s as Django did. Also if it needs any extra fields ... models . AutoField ( auto_created = True , primary_key = True , serialize = False , verbose_name = 'ID' , ... ), ), ( 'author' , models . ForeignKey ( on_delete = django . db . models . deletion . DO ... = 'core.Author' , ), ), ( 'book' , models . ForeignKey ( on_delete = django . db . models . deletion . DO ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Base views — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iew's request attribute, and any positional and/or keyword arguments captured from the URL pattern to the ... setup ( request , * args , ** kwargs ) ¶ Performs key view initialization prior to dispatch() . If overr ... 。 You can also add context using the extra_context keyword argument for as_view() . RedirectView ¶ class ... he args and kwargs arguments are positional and/or keyword arguments captured from the URL pattern , resp ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 4839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a complete GeoJSON structure but only the geometry key content of a GeoJSON structure. See also GeoJSON S ... "type":"Point","coordinates":[-87.65018,41.85039]} Keyword Argument 説明 bbox Set this to True if you wan ... 8711,70.245363</gml:OuterBoundaryIs></gml:Polygon> Keyword Argument 説明 precision Specifies the number o ... ingle geographic field or expression and returns a Keyhole Markup Language (KML) representation of the ge ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]