検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 176 for None (0.047 sec.)
django.core.management.base — Django 4.0.6 ドキュメント 6521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... " def __init__ ( self , * , missing_args_message = None , called_from_command_line = None , ** kwargs ): s ... nit__ ( ** kwargs ) def parse_args ( self , args = None , namespace = None ): # Catch missing argument for ... rgs , ** kwargs ) finally : if saved_locale is not None : translation . activate ( saved_locale ) return r ... = " \n " ): self . _out = out self . style_func = None self . ending = ending def __getattr__ ( self , na ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 6487
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... exc_type , exc_value , traceback ): if exc_type is None : return for dj_exc_type in ( DataError , Operatio ... "OPTIONS" , {}) conn . setdefault ( "TIME_ZONE" , None ) for setting in [ "NAME" , "USER" , "PASSWORD" , ... EST" , {}) default_test_settings = [ ( "CHARSET" , None ), ( "COLLATION" , None ), ( "MIGRATE" , True ), ( ... "MIRROR" , None ), ( "NAME" , None ), ] for key , value in default ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... る値 -- を取って一つのユーザーオブジェクト、または``None``を返却します。 The authenticate method takes a re ... ): def authenticate ( self , request , username = None , password = None ): # Check the username/password ... end ): def authenticate ( self , request , token = None ): # Check the token and return a user. ... いずれ ... ザーオブジェクトを返すべきです。それが有効でなければ None を返すべきです。 request は HttpRequest で、 authe ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 6398
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spatial reference information associated with it, None is returned. spatial_filter ¶ Property that may be ... with an OGRGeometry instance, a 4-tuple extent, or None . When set with something other than None , only f ... er the layer: >>> print ( layer . spatial_filter ) None >>> print ( len ( layer )) 3 >>> [ feat . get ( 'N ... layer ] ['Lawrence'] >>> layer . spatial_filter = None >>> len ( layer ) 3 get_fields () ¶ A method that ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 6331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... エラーを追加したいフィールド名を指定します。この値が None の場合、 Form.non_field_errors() によって返されるよ ... 注意してください。 Form. has_error ( field , code = None ) ¶ このメソッドは指定したフィールドが特定の code ... のエラーを持つか否かを真偽値で返します。 code が None の場合、そのフィールドにエラーが一つもない場合に T ... ) で発生された ValidationError と、 Form.add_error(None, "...") で追加されたエラーが含まれます。 くくりつけ ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 6331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from the database Model. refresh_from_db ( using = None , fields = None ) ¶ データベースからモデルの値を再 ... ls . Model ): def refresh_from_db ( self , using = None , fields = None , ** kwargs ): # fields contains t ... he deferred field to be # loaded. if fields is not None : fields = set ( fields ) deferred_fields = self . ... び出す必要があります。 Model. full_clean ( exclude = None , validate_unique = True ) ¶ このメソッドは、 Mode ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... passed by DjangoTemplates . class Engine ( dirs = None , app_dirs = False , context_processors = None , d ... ebug = False , loaders = None , string_if_invalid = '' , file_charset = 'utf-8' ... , libraries = None , builtins = None , autoescape = True ) ¶ When ins ... ble to instantiate a Template directly. If more than one DjangoTemplates engine is defined, the first one ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 6331
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... :EkfQJafvGyiofrdGnuthdxImIJw' class Signer ( key = None , sep = ':' , salt = None , algorithm = None ) [ソ ... an attacker from using a signed string generated in one place in the code as input to another piece of co ... onds = 20 )) 'hello' class TimestampSigner ( key = None , sep = ':' , salt = None , algorithm = 'sha256' ) ... urrent timestamp to it. unsign ( value , max_age = None ) [ソース] ¶ Checks if value was signed less than ...
https://man.plustar.jp/django/topics/signing.html - [similar]
Formset Functions — Django 4.0.6 ドキュメント 6297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can_order = False , can_delete = False , max_num = None , validate_max = False , min_num = None , validate ... _min = False , absolute_max = None , can_delete_extra = True , renderer = None ) ¶ 与 ... rendering API 関連キーワード Formset , Functions , None , max , formset , extra , form , factory , min , n ...
https://man.plustar.jp/django/ref/forms/formsets.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... essage ¶ class CheckMessage ( level , msg , hint = None , obj = None , id = None ) [ソース] ¶ The warnings ... or message, the hint can be omitted, or a value of None can be used. obj Optional. An object providing con ... lied by the class name. class Debug ( msg , hint = None , obj = None , id = None ) [ソース] ¶ class Info ( ... msg , hint = None , obj = None , id = None ) [ソース] ¶ class Warnin ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT