検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 170 for key (0.178 sec.)
Django を使う — Django 4.0.6 ドキュメント 4940
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... middleware conditional processing 暗号署名 SECRET_KEY を守る 低レベルの API を利用する メールを送信する ... データのデシリアライズ Serialization formats Natural keys Djangoの設定 基礎 設定ファイルの指定 デフォルトの ...
https://man.plustar.jp/django/topics/index.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , values ): try : return values [ number ] except KeyError : raise KeyError ( "Your dictionary lacks key ... "fallback" ][ 0 ]) else : info = lang_info except KeyError : if "-" not in lang_code : raise KeyError ( ... ry : info = LANG_INFO [ generic_lang_code ] except KeyError : raise KeyError ( "Unknown language code %s ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Django 1.4 documentation 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = models . TextField () reporter = models . ForeignKey ( Reporter ) def __unicode__ ( self ): return self ... = models . TextField () reporter = models . ForeignKey ( Reporter ) .. # In admin.py in the same director ... Choice ( models . Model ): poll = models . ForeignKey ( Poll ) choice = models . CharField ( max_length ... べるバリデーションでも使われま す。 最後に、 ForeignKey を使ってリレーションが定義さ れていることに注意して ...
https://man.plustar.jp/django/contents.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e} {message} ' , 'style' : '{' , }, }, } The style keyword allows you to specify { for str.format() or $ ... ews . To manage this behavior, set the propagation key on the mappings you define: LOGGING = { [ ... ] 'l ...
https://man.plustar.jp/django/howto/logging.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ake Django better, and your feature requests are a key part of that. Here are some tips on how to make a ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cess to individual objects by a sequential primary key, an attacker could brute-force guess all URLs; the ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ださい。 警告 リレーションフィールド (例えば ForeignKey や ManyToManyField ) でカスタムウィジェットを使用し ... に関する特殊な状況の注意点です: フィールドが ForeignKey の場合、 Django は関係オブジェクトの __str__() を表 ... ield ( max_length = 255 ) author = models . ForeignKey ( Person , on_delete = models . CASCADE ) class Bl ... teField 、 DateTimeField 、 IntegerField 、 ForeignKey 、 ManyToManyField のどれかを指定します。たとえば: ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n aggregate options All aggregates have the filter keyword argument and most also have the default keywor ... here are no values. You can query the result using key and index lookups . distinct ¶ New in Django 3.2. ... ervation ( model . Model ): room = models . ForeignKey ( 'Room' , on_delete = models . CASCADE ) start = ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ModelAdminToField DisallowedRedirect InvalidSessionKey RequestDataTooBig SuspiciousFileOperation Suspicio ... ase class An infinite loop is caused by ordering A keyword cannot be parsed from the filter parameters A ... field cannot be determined from a keyword in the query parameters A join is not permitte ... d as NON_FIELD_ERRORS . This constant is used as a key in dictionaries that otherwise map fields to their ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4895
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the constraint names Django generates for foreign key references have changed slightly. These names are ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT