検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 45 for status (0.052 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7257
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is determined by the current value of HttpResponse.status_code . Modifying the value of status_code outside ... onses.REASON_PHRASES and django.core.handlers.wsgi.STATUS_CODE_TEXT have been removed. Use Python's stdlib i ... 4 view, it must return a response with an HTTP 404 status code. Use HttpResponseNotFound or pass status=404 ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 7165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vironment() call described earlier. >>> response . status_code 404 >>> # on the other hand we should expect ... . get ( reverse ( 'polls:index' )) >>> response . status_code 200 >>> response . content b'\n <ul>\n \n <li ... ( 'polls:index' )) self . assertEqual ( response . status_code , 200 ) self . assertContains ( response , "N ... ient . get ( url ) self . assertEqual ( response . status_code , 404 ) def test_past_question ( self ): """ ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7165
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッセージには、以下のようなコンテキストが含まれます。 status_code : リクエストに対するレスポンスのHTTPレスポンス ... ッセージには、以下のようなコンテキストが含まれます。 status_code : リクエストに対するレスポンスのHTTPレスポンス ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e , the view will emit an HTTP permanent redirect (status code 301). If False , the view will emit an HTTP t ... emporary redirect (status code 302). A new database lookup type -- week_day ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): ... class Meta : permissions = [ ( "change_task_status" , "Can change the status of tasks" ), ( "close_ta ... sk" , "Can remove a task by setting its status as closed" ), ] The only thing this does is create ... ionality provided by the application (changing the status of tasks or closing tasks.) Continuing the above e ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eConstraint ( fields = [ 'user' ], condition = Q ( status = 'DRAFT' ), name = 'unique_draft_user' ) ensures ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at caused an error condition and a response with a status code of 400. By default, this is django.views.defa ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lar to the server_error view, but returns with the status code 400 indicating that the error condition was t ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lly applied ( #24895 ). Fixed recording of applied status for squashed (replacement) migrations ( #24628 ). ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... heck option makes the command exit with a non-zero status when unapplied migrations are detected. The new re ... ument for CommandError allows customizing the exit status for management commands. The new dbshell -- ARGUME ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
PREV 1 2 3 4 5 NEXT