検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 345 for when (0.101 sec.)
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ploadFileException ): """ This exception is raised when an upload must abort. """ def __init__ ( self , co ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
Windows での Django のインストール方法 — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd does not reflect how Django should be installed when developing patches for Django itself. The steps in ...
https://man.plustar.jp/django/howto/windows.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sting row, an IntegrityError is raised. Similarly, when update conflicts with an existing row. name ¶ Excl ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lows the same values as Python's built-in open() . When reopening a file, mode will override whatever mode ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
フォームとフィールドの検証 — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ) Use MultiEmailField like any other form field. When the is_valid() method is called on the form, the M ... not in subject : msg = "Must put 'help' in subject when cc'ing yourself." self . add_error ( 'cc_myself' , ...
https://man.plustar.jp/django/ref/forms/validation.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dationError is also raised during model validation when the UniqueConstraint is violated. CheckConstraint ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s = None , current_app = None ) ¶ It is useful for when you need to use a URL reversal before your project ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... age. There is also an easy checklist for reference when undertaking the porting operation. Problem reports ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... old EnvironmentError has split into an ImportError when Django fails to find the settings module and a Run ... timeError when you try to reconfigure settings after having alrea ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
ミドルウェア (Middleware) — Django 4.0.6 ドキュメント 3735
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... once per request, __init__() is called only once , when the web server starts. ミドルウェアを不使用としてマ ... オブジェクトです。 Django calls process_exception() when a view raises an exception. process_exception() sh ...
https://man.plustar.jp/django/topics/http/middleware.html - [similar]