検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for ETag (0.008 sec.)
条件付きビュー — Django 4.0.6 ドキュメント 13318
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom a view, it might provide two HTTP headers: the ETag header and the Last-Modified header. These headers ... the ConditionalGetMiddleware middleware to set the ETag header. When the client next requests the same res ... er If-match or If-none-match , containing the last ETag it was sent. If the current version of the page ma ... tches the ETag sent by the client, or if the resource has not bee ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 11262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t _lazy_re_compile # based on RFC 7232, Appendix C ETAG_MATCH = _lazy_re_compile ( r """ \A( # start of st ... ciiError ) as e : raise ValueError ( e ) def parse_etags ( etag_str ): """ Parse a string of ETags given i ... er as defined by RFC 7232. Return a list of quoted ETags, or ['*'] if all ETags should be matched. """ if ... rip () == "*" : return [ "*" ] else : # Parse each ETag individually, and return any that are valid. etag_ ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
View decorators — Django 4.0.6 ドキュメント 9063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... caching behavior on particular views. condition ( etag_func = None , last_modified_func = None ) ¶ etag ( ... etag_func ) ¶ last_modified ( last_modified_func ) ¶ Th ... ese decorators can be used to generate ETag and Last-Modified headers; see conditional view pr ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 8616
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng header containing gzip . If the response has an ETag header, the ETag is made weak to comply with RFC 7 ... al GET operations. If the response doesn't have an ETag header, the middleware adds one if needed. If the ... response has an ETag or Last-Modified header, and the request has If-No ... ddleware that may change the response (it sets the ETag header). gzip されたコンテンツに対して ETag ヘッダ ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 7991
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... owsers to conditionally GET responses based on the ETag and Last-Modified headers. It also calculates and ... sets an ETag if needed. GZipMiddleware ¶ Compresses responses f ... ng future changes - when a file changes, so will the tag, so browsers will reload the asset automatically. ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rity header. ConditionalGetMiddleware now adds the ETag header to responses. シリアル化 ¶ The new django.c ... , list in regrouped %} . Added a resetcycle template tag to allow resetting the sequence of the cycle temp ... late tag. You can now specify specific directories for a p ... be backwards-incompatible if you have some template tags that aren't thread safe . 古いコンテンツタイプ削 ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7848
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for conditional view processing using the standard ETag and Last-Modified HTTP headers. This means you can ... and code which uses it (e.g., the {% url %} template tag) now works with URLs in Django's administrative s ... an empty sequence. See the list of built-in template tags for examples of this. The dumpdata management co ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7812
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for all configured DATABASES by passing the database tag to the command. The new migrate --check option ma ... ¶ The renamed translate and blocktranslate template tags are introduced for internationalization in templ ... ate code. The older trans and blocktrans template tags aliases continue to work, and will be retained f ... or the foreseeable future. The include template tag now accepts iterables of template names. テスト ¶ ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7758
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iddleware can't function normally. For example the ETag and Content-Length headers can't be generated for ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
索引 — Django 4.0.6 ドキュメント 7723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.admin モジュール) autoescape template tag AutoField (django.db.models のクラス) available_a ... eld の属性) (ModelChoiceField の属性) block template tag blocktrans template tag blocktranslate template t ... ュール) byteorder (WKBWriter の属性) C cache template tag cache_control() (django.views.decorators.cache モ ... django.forms のクラス) CommandError comment template tag commit() (django.db.transaction モジュール) Commo ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 NEXT