検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 140 for コード (0.131 sec.)
django.middleware.clickjacking — Django 4.0.6 ドキュメント 5302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules up django.middleware.clickjacking のソースコード """ Clickjacking Protection Middleware. This modul ...
https://man.plustar.jp/django/_modules/django/middleware/clickjacking.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 5302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules up django.utils.safestring のソースコード """ Functions for working with "safe strings": str ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5302
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... use it in process_view() though). アプリケーションコードがセットする属性 ¶ Django はこれらの属性を自分で設定 ... ルドをセットする . HttpResponse. charset ¶ 応答がエンコードされる文字セットを示す文字列です。 HttpResponse のイ ... な概要 HttpRequest オブジェクト 属性 アプリケーションコードがセットする属性 ミドルウェアが設定する属性 メソッド ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or_language ( lang_code ) [ソース] ¶ 与えられた言語コード (例えば 'fr' や 'pt_BR') に対するグローバル言語ファ ... れます。 get_language () [ソース] ¶ 現在選択中の言語コードを返します。翻訳が ( deactivate_all() や None が ove ... はまず、パスが LANGUAGES 設定にリストアップされた言語コードで始まるかどうか、リクエストされた URL をチェックしま ...
https://man.plustar.jp/django/ref/utils.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 5243
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndex | Modules up django.core.files.images のソースコード """ Utility functions for handling images. Require ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5243
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... isplay ¶ この属性は、空( None 、空の文字列、等)のレコードのフィールドに対するデフォルトの表示値をオーバーライ ... ay = ( 'first_name' , 'colored_first_name' ) 上記のコードは、admin 内で colored_first_name で ソートしようとす ... 更リストは name と pk でソートされます。テーブルのレコード数が多く、 name と pk のインデックスがない場合は、パ ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 5171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules up django.contrib.messages.api のソースコード from django.contrib.messages import constants from ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 5171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules up django.contrib.postgres.validators のソースコード from django.core.exceptions import ValidationError ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
django.core.checks.messages — Django 4.0.6 ドキュメント 5171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... x | Modules up django.core.checks.messages のソースコード # Levels DEBUG = 10 INFO = 20 WARNING = 30 ERROR = ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5171
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 作は結果のリストの長さを返します。 メモ: セット内のレコード数を決定したいだけであれば(そして実際のオブジェクトが ... 2005 ) . order_by ( '-pub_date' , 'headline' ) 上のコードの結果は pub_date の降順、次に headline の昇順で並び ... the defaults dictionary. これは手っ取り早い定型的なコードです。例えば: defaults = { 'first_name' : 'Bob' } tr ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT