検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 138 for exception (0.098 sec.)
Django のショートカット関数 — Django 4.0.6 ドキュメント 5742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raises Http404 instead of the model's DoesNotExist exception. Required arguments ¶ klass A Model class, a Manag ... ) Note: As with get() , a MultipleObjectsReturned exception will be raised if more than one object is found. g ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iver raises an error (specifically any subclass of Exception), return the error instance as the result for that ... ignal = self , sender = sender , ** named ) except Exception as err : logger . error ( "Error calling %s in Sig ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 019-14235: A recursion shouldn't be used since the exception # handling uses massive amounts of memory repercen ... 1 ] or "ascii" codecs . lookup ( encoding ) except Exception : encoding = "ascii" return encoding DEFAULT_LOCAL ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... マンドの処理を行います。 コマンドが発生させる例外 ¶ exception CommandError ( returncode = 1 ) [ソース] ¶ 管理コマ ... 行中に発生した問題について示した例外クラス。 If this exception is raised during the execution of a management com ... stream (i.e., stderr ); as a result, raising this exception (with a sensible description of the error) is the ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me. By default (when is_dst=None ), pytz raises an exception for such datetimes. バージョン 4.0 で非推奨: The i ... 't find any object, it raises a Model.DoesNotExist exception: Entry . objects . get ( id =- 999 ) # raises Entr ... object, it raises a Model.MultipleObjectsReturned exception: Entry . objects . get ( name = 'A Duplicated Name ... # raises Entry.MultipleObjectsReturned Both these exception classes are attributes of the model class, and spe ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... need explicit values in any fixture. 設定 ¶ Better exceptions ¶ The old EnvironmentError has split into an Impo ... e_prefix/(.*/)$' Smaller model changes ¶ Different exception from get() ¶ Managers now return a MultipleObjects ... Returned exception instead of AssertionError : Old (0.96): try : Mode ... ー Loading a row no longer calls save() 設定 Better exceptions LOGIN_URL has moved APPEND_SLASH behavior has bee ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.2.2 release notes — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , but in the case of Django 1.2.2, we have made an exception to this rule. In order to test a bug fix that form ...
https://man.plustar.jp/django/releases/1.2.2.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt (such as username/password pairs) now raise the exception django.core.exceptions.SuspiciousOperation . Detai ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.4.6 release notes — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object has no attribute '_original_allowed_hosts' exception, it's probably fixed (#20636). 目次 Django 1.4.6 r ...
https://man.plustar.jp/django/releases/1.4.6.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 5694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and sensitive_post_parameters() will now throw an exception if it's improperly used. 目次 Django 1.4.8 release ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT