検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 32 for bad (0.023 sec.)
Built-in Views — Django 4.0.6 ドキュメント 13193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . is_staff : raise PermissionDenied # ... The 400 (bad request) view ¶ defaults. bad_request ( request , ... ndled, Django will consider the current request a 'bad request' instead of a server error. django.views.d ... efaults.bad_request , is otherwise very similar to the server_ ... ntain sensitive information like filesystem paths. bad_request views are also only used when DEBUG is Fal ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 12034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he release contained stray .pyc files that caused "bad magic number" errors when running with some versio ... hon. This releases corrects this, and also fixes a bad documentation link in the project template setting ... notes 関連キーワード release , notes , トピック , bad , previous , up , next , corrects , template , rel ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
Django 1.4.5 release notes — Django 4.0.6 ドキュメント 12034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he release contained stray .pyc files that caused "bad magic number" errors when running with some versio ... hon. This releases corrects this, and also fixes a bad documentation link in the project template setting ... notes 関連キーワード release , notes , トピック , bad , previous , up , next , corrects , template , rel ...
https://man.plustar.jp/django/releases/1.4.5.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 10278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xt, we mark the current point in history as being "bad" since the test fails: $ git bisect bad You need t ... heck if the test fails. If so, mark that point as "bad" ( git bisect bad ), then checkout an earlier revi ... omatically checkout revisions between the good and bad commits until it finds the first "bad" commit wher ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 9247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go models has been made more robust in the face of bad Unicode data coming from the __unicode__ method; r ... n such cases, repr() will now contain the string "[Bad Unicode data]" in place of the invalid Unicode. A ...
https://man.plustar.jp/django/releases/1.0.2.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 8957
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror ( _ ( 'Invalid value' ), code = 'invalid' ) # Bad ValidationError ( _ ( 'Invalid value' )) メッセージ ... e: %(value)s ' ), params = { 'value' : '42' }, ) # Bad ValidationError ( _ ( 'Invalid value: %s ' ) % val ... e: %(value)s ' ), params = { 'value' : '42' }, ) # Bad ValidationError ( _ ( 'Invalid value: %s ' ), para ... # Good ValidationError ( _ ( 'Invalid value' )) # Bad ValidationError ( 'Invalid value' ) 全てを一緒に記 ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Django 1.10.6 release notes — Django 4.0.6 ドキュメント 8232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sSent exceptions crashing rather than generating a bad request response ( #27820 ). Fixed a crash on Orac ...
https://man.plustar.jp/django/releases/1.10.6.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 8087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... esent tense. Good: "Fixed Unicode bug in RSS API." Bad: "Fixes Unicode bug in RSS API." Bad: "Fixing Unic ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 8087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... istration of voters it believes are registering in bad faith or who it believes have falsified their qual ... nical Board, or who it believes are registering in bad faith. Registration of candidates close one week a ...
https://man.plustar.jp/django/internals/organization.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 8087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... However, this would lead to incorrect behavior. # Bad code. Don't do this! @etag ( etag_func ) @last_mod ... ied_func ) def my_view ( request ): # ... # End of bad code. The first decorator doesn't know anything ab ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
PREV 1 2 3 4 NEXT