検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 45 for status (0.043 sec.)
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 7763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... could be used as variable names. Now, the keyword status is always enforced, and template code such as {% i ... filter out the _state attribute. Test runner exit status code ¶ The exit status code of the test runners ( ... lure of 256 or more tests resulted in a wrong exit status code. The exit status code for the test runner is ... bject __dict__ on model instances Test runner exit status code Cookie encoding ModelForm.is_valid() and Mode ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 7686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the redirecting for you. It uses the HTTP response status code 301 Moved Permanently by default. インストール ... for 404s -- not for 500s or responses of any other status code. Note that the order of MIDDLEWARE matters. G ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 7686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t, or if the resource has not been modified, a 304 status code can be sent back, instead of a full response, ... does not match the ETag sent by the client, a 412 status code (Precondition Failed) may be returned. When y ... If the resource has changed, it will return a 412 status code, meaning "precondition failed". Client sends ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 7686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... context ) except Exception as e : current_query [ 'status' ] = 'error' current_query [ 'exception' ] = e rai ... se else : current_query [ 'status' ] = 'ok' return result finally : duration = time ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 7502
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re into an appropriate HTTP response with an error status code. Certain exceptions are converted to 4xx stat ... , while an unknown exception is converted to a 500 status code. This conversion takes place before and after ... instead it will get an HttpResponse object with a status_code of 404. You can set DEBUG_PROPAGATE_EXCEPTION ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7426
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _build/linkcheck/output.json . Entries that have a status of "working" are fine, those that are "unchecked" ... re rules in the configuration. Entries that have a status of "broken" need to be fixed. Those that have a st ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic data source. progress When this keyword is set, status information will be printed giving the number of f ... e 1,000th feature, the 2,000th feature etc. stream Status information will be written to this file handle. D ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7334
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... out a URL prefix. set_language() now returns a 204 status code (No Content) for AJAX requests when there is ... hat will cause the command to exit with a non-zero status. The new makemigrations --check option makes the c ... ommand exit with a non-zero status when model changes without migrations are detected ... ngo.views.i18n.set_language() may now return a 204 status code for AJAX requests. The base_field attribute o ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 7257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... autocommit ( using = None ): """Get the autocommit status of the connection.""" return get_connection ( usin ... autocommit , using = None ): """Set the autocommit status of the connection.""" return get_connection ( usin ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 7257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to a valid flatpage. Redirects are permanent (301 status code). If it doesn't find a match, the request con ... for 404s -- not for 500s or responses of any other status code. Flatpages will not apply view middleware Bec ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
PREV 1 2 3 4 5 NEXT