検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 98 for read (0.040 sec.)
アプリケーション — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pplication and have models, etc. (which would require adding it to INSTALLED_APPS ). アプリケーションを設定 ... AppConfig subclasses. Others are set by Django and read-only. 設定可能な属性 ¶ AppConfig. name ¶ Full Pyth ... ある必要があります。 AppConfig. verbose_name ¶ Human-readable name for the application, e.g. "Administration ... lated. AppConfig. get_model ( model_name , require_ready = True ) [ソース] ¶ Returns the Model with the gi ...
https://man.plustar.jp/django/ref/applications.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [3] ( 1 , 2 ) For an explanation of this routine, read Quirks of the "Contains" Spatial Predicate by Mart ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... insensitive text fields backed by the citext type. Read about the performance considerations prior to usin ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , you must include the CSRF token in your HTML and read the token from the DOM with JavaScript: {% csrf_to ... rnally to retrieve the CSRF token), if it wasn't already set on the request. In order to protect against B ... lities on your site (because XSS vulnerabilities already let an attacker do anything a CSRF vulnerability ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be placed before any other middleware that need to read or write the response body so that compression hap ... dy is less than 200 bytes long. The response has already set the Content-Encoding header. The request (the ... response doesn't have an ETag header, the middleware adds one if needed. If the response has an ETag or L ... go can't seem to tell when a request actually is already secure, you may need to set the SECURE_PROXY_SSL_ ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e penalties using async code in WSGI mode. You can read more about the specifics in 非同期サポート documen ... ader to same-origin on all responses that do not already have it. This prevents the Referer header being s ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 5 )), name = 'calc_idx' , ), ] Functional indexes are added to models using the Meta.indexes option. pymem ... ay functions that can be used with list_display or readonly_fields . Likewise, the new action() decorator ... lows searching against quoted phrases with spaces. Read-only related fields are now rendered as navigable ... xtension operation now checks that the extension already exists in the database and skips the migration if ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng fields without profiling as the database has to read most of the non-text, non-VARCHAR data from the di ... ign key value, use the foreign key value that is already on the object you've got, rather than getting the ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nk in f . chunks (): destination . write ( chunk ) read() を使う代わりに UploadedFile.chunks() でループする ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5632
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... information to be filtered out of error reports -- read more about how to filter error reports . AdminEmai ... : ' {levelname} {asctime} {module} {process:d} {thread:d} {message} ' , 'style' : '{' , }, 'simple' : { ' ...
https://man.plustar.jp/django/topics/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT