検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 176 for None (0.047 sec.)
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 7995
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tted with a form. """ def __init__ ( self , file = None , name = None , content_type = None , size = None ... , charset = None , content_type_extra = None , ): super () . __init ... name so that it can't be dangerous. if name is not None : # Just use the basename of the file -- anything ... ntent_type , size , charset , content_type_extra = None ): _ , ext = os . path . splitext ( name ) file = ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7704
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uerySet の正式な宣言です: class QuerySet ( model = None , query = None , using = None , hints = None ) ¶ 通 ... the returned results are single values, rather than one-tuples. An example should make the difference cle ... is an error to pass in flat when there is more than one field. You can pass named=True to get results as ... 'In Defence of English Cooking'), ('Don Quixote', None)]> Authors with multiple entries appear multiple t ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 7615
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ep, 1)() """ def __init__ ( self ): self . token = None async def __aenter__ ( self ): try : SyncToAsync . ... oAsync . context_to_thread_executor . pop ( self , None ) if executor : executor . shutdown () SyncToAsync ... ys run in a new sub-loop. self . main_event_loop = None else : try : self . main_event_loop = asyncio . ge ... yncToAsync . threadlocal , "main_event_loop_pid" , None ) # We make sure the parent loop is from the same ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
設定 — Django 4.0.6 ドキュメント 7425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ar/tmp/django_cache' , } } OPTIONS ¶ デフォルト値: None Extra parameters to pass to the cache backend. Ava ... considered stale. If the value of this setting is None , cache entries will not expire. A value of 0 caus ... times intermittently) fail. Change this setting to None to use session-based CSRF cookies, which keep the ... istent storage. CSRF_COOKIE_DOMAIN ¶ デフォルト値: None The domain to be used when setting the CSRF cookie ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.dispatch.dispatcher — Django 4.0.6 ドキュメント 7392
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ), id ( target . __func__ )) return id ( target ) NONE_ID = _make_id ( None ) # A marker for caching NO_R ... キュメント] def connect ( self , receiver , sender = None , weak = True , dispatch_uid = None ): """ Connect ... should respond. Must either be a Python object, or None to receive events from any sender. weak Whether to ... [ドキュメント] def disconnect ( self , receiver = None , sender = None , dispatch_uid = None ): """ Disco ...
https://man.plustar.jp/django/_modules/django/dispatch/dispatcher.html - [similar]
django.core.files.base — Django 4.0.6 ドキュメント 7325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = 64 * 2 ** 10 def __init__ ( self , file , name = None ): self . file = file if name is None : name = get ... attr ( file , "name" , None ) self . name = name if hasattr ( file , "mode" ): ... : %s >" % ( self . __class__ . __name__ , self or "None" ) def __bool__ ( self ): return bool ( self . nam ... ) [ドキュメント] def chunks ( self , chunk_size = None ): """ Read the file and yield chunks of ``chunk_s ...
https://man.plustar.jp/django/_modules/django/core/files/base.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 7224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ModelAdmin. empty_value_display ¶ この属性は、空( None 、空の文字列、等)のレコードのフィールドに対するデフ ... tPageAdmin ( admin . ModelAdmin ): fieldsets = ( ( None , { 'fields' : ( 'url' , 'title' , 'content' , 'si ... o", or "unknown" icon instead of True , False , or None . 与えられた文字列がモデル、 ModelAdmin 、呼び出し ... orted for backward compatibility. フィールドの値が None 、空の文字列、エレメントを持たない iterable のいず ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... function placeholder within template . Defaults to None . template ¶ A class attribute, as a format string ... expressions, TypeError will be raised. Defaults to None . as_sql ( compiler , connection , function = None ... , template = None , arg_joiner = None , ** extra_context ) ¶ Generat ... : class Aggregate ( * expressions , output_field = None , distinct = False , filter = None , default = Non ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t encoding used to decode form submission data (or None , which means the DEFAULT_CHARSET setting is used) ... jango のリクエスト処理 をご覧ください。 urlconf は None に設定することで、それまでにミドルウェアで行われた ... true" HttpRequest. build_absolute_uri ( location = None ) ¶ Returns the absolute URI form of location . If ... ey , default = RAISE_ERROR , salt = '' , max_age = None ) ¶ Returns a cookie value for a signed cookie, or ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 7068
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it registers the AppConfig instance. self . apps = None # The following attributes could be defined at the ... ntrib/admin/models.py'>. Set by import_models(). # None if the application doesn't have a models module. s ... elf . models_module = None # Mapping of lowercase model names to model classe ... s. Initially set to # None to prevent accidental access before import_models( ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT