検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 52 for modified (0.022 sec.)
条件付きビュー — Django 4.0.6 ドキュメント 17325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ide two HTTP headers: the ETag header and the Last-Modified header. These headers are optional on HTTP respons ... ce, it might send along a header such as either If-modified-since or If-unmodified-since , containing the date ... ent by the client, or if the resource has not been modified, a 304 status code can be sent back, instead of a ... ged. Depending on the header, if the page has been modified or does not match the ETag sent by the client, a 4 ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 9215
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ords to be evicted. The SessionMiddleware has been modified to no longer create empty session records, includi ... nd cache_db.SessionStore.flush() methods have been modified to avoid creating a new empty session. Maintainers ... p , store , filling , records , previous , could , modified クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
Django 1.4.22 release notes — Django 4.0.6 ドキュメント 9140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ords to be evicted. The SessionMiddleware has been modified to no longer create empty session records, includi ... nd cache_db.SessionStore.flush() methods have been modified to avoid creating a new empty session. Maintainers ... n , filling , store , up , when , records , been , modified クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.4.22.html - [similar]
View decorators — Django 4.0.6 ドキュメント 9140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ticular views. condition ( etag_func = None , last_modified_func = None ) ¶ etag ( etag_func ) ¶ last_modified ... ( last_modified_func ) ¶ These decorators can be used to generate ... ETag and Last-Modified headers; see conditional view processing . GZip co ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
File storage API — Django 4.0.6 ドキュメント 8080
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eturns a naive datetime in the local timezone. get_modified_time ( name ) ¶ Returns a datetime of the last mod ... ile. For storage systems unable to return the last modified time this will raise NotImplementedError . If USE_ ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 7841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... turned by items() -- and return that object's last-modified date/time as a datetime . If it's an attribute, it ... s value should be a datetime representing the last-modified date/time for every object returned by items() . I ... emap generated by views.sitemap() will have a Last-Modified header equal to the latest lastmod . You can activ ... jango respond appropriately to requests with an If-Modified-Since header which will prevent sending the sitema ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Signals — Django 4.0.6 ドキュメント 7841
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t is the forward or reverse relation that is being modified). model The class of the objects that are added to ... te m2m class) instance p (the Pizza instance being modified) action "pre_add" (followed by a separate signal w ... m2m class) instance t (the Topping instance being modified) action "pre_remove" (followed by a separate signa ... ppConfig s are recreated for tests that run with a modified set of INSTALLED_APPS (such as when settings are o ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 7676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g ( models . Model ): body = models . TextField () modified = models . DateTimeField ( auto_now = True ) class ... t ( models . Model ): body = models . TextField () modified = models . DateTimeField ( auto_now = True ) blog ... . objects . annotate ( last_updated = Greatest ( 'modified' , 'blog__modified' )) >>> annotated_comment = com ... mment.last_updated will be the most recent of blog.modified and comment.modified . 警告 The behavior of Greate ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 7676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の値が代入または削除された時だけです。 # Session is modified. request . session [ 'foo' ] = 'bar' # Session is ... fied. del request . session [ 'foo' ] # Session is modified. request . session [ 'foo' ] = {} # Gotcha: Sessio ... n is NOT modified, because this alters # request.session['foo'] inst ... オブジェクトに修正したことを明示的に伝えるためには、 modified 属性を設定すれば良いです。 request . session . mod ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7602
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... base, etc. Mutability: GEOSGeometry objects may be modified. Cross-platform and tested; compatible with Window ... honic', in other words components may be accessed, modified, and iterated over using standard Python conventio ... oordinates/components of the geometry may added or modified, just like a Python list: >>> line [ 0 ] = ( 1.0 , ... the clone keyword is set, then the geometry is not modified and a transformed clone of the geometry is returne ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
PREV 1 2 3 4 5 6 NEXT