検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 94 for raised (0.057 sec.)
Form fields — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to validate the input. If json.JSONDecodeError is raised during the deserialization, a ValidationError will ... be raised. Defaults to json.JSONDecoder . 注釈 If you use a ... in which case a required validation error will be raised if no value is supplied for any field. When set to ... ired field, an incomplete validation error will be raised. A default incomplete error message can be defined ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tch to True , in which case the ValidationError is raised when a match is found. regex ¶ The regular express ... expression, and flags is overridden, TypeError is raised. Defaults to 0 . EmailValidator ¶ class EmailValid ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... up. As of Django 1.2, the minimum requirement was raised to Python 2.4. Django 1.3 continues to support Pyt ... onWarning . In Django 1.4 this same condition will raise DeprecationWarning , and in Django 1.5 will raise a ... wasn't available. Now, a GEOSException is properly raised to indicate possible faulty application code. A wa ... rning is now raised if transform() is called when the SRID of the geom ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... called by code from call_command() . Any exception raised by the command (mostly CommandError ) is propagate ... a method on the manager, an exception will now be raised. Previously, the call would have been permitted, b ... faults to a limit of 1000 forms. This limit can be raised by explicitly setting a higher value for max_num . ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.8.4 リリースノート — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tting. Fixed QuerySet.raw() so InvalidQuery is not raised when using the db_column name of a ForeignKey fiel ...
https://man.plustar.jp/django/releases/1.8.4.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... egression where nonexistent joins in F() no longer raised FieldError ( #29727 ). Fixed a regression where fi ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eloader when an exception with custom signature is raised ( #30516 ). Fixed a regression in Django 2.2.1 whe ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 6797
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... led back (typically when an unhandled exception is raised in an atomic() block), your function will be disca ... avepoint is rolled back (due to an exception being raised), the inner callable will not be called: with tran ... a.save() would be lost, even though that operation raised no error itself. Savepoint rollback ¶ You can use ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as silently corrupted objects, a RuntimeWarning is raised when you try to unpickle a queryset in a Django ve ... ired by another transaction, DatabaseError will be raised when the queryset is evaluated. You can also ignor ... will not be added to the query, and an error isn't raised if select_for_update() is used in autocommit mode. ... exists in the database, an IntegrityError will be raised. Finally, a word on using get_or_create() in Djang ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6639
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sed to display a detailed report for any exception raised during template rendering. It defaults to False . ... iteral. For example, a TemplateSyntaxError will be raised for the following expressions: { % include "templa ... push() and pop() it. If you pop() too much, it'll raise django.template.ContextPopException : >>> c = Conte ... . If no template is found, TemplateDoesNotExist is raised. The optional skip argument is a list of origins t ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT