検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 176 for None (0.013 sec.)
django.utils.log — Django 4.0.6 ドキュメント 6967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... __ ( self , include_html = False , email_backend = None , reporter_class = None ): super () . __init__ () ... rd . levelname , record . getMessage ()) request = None subject = self . format_subject ( subject ) # Sinc ... ecord = copy ( record ) no_exc_record . exc_info = None no_exc_record . exc_text = None if record . exc_in ... : exc_info = record . exc_info else : exc_info = ( None , record . getMessage (), None ) reporter = self . ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 6934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndex ¶ class BloomIndex ( * expressions , length = None , columns = () , ** options ) ¶ Creates a bloom in ... class BrinIndex ( * expressions , autosummarize = None , pages_per_range = None , ** options ) ¶ Creates ... ¶ class BTreeIndex ( * expressions , fillfactor = None , ** options ) ¶ Creates a B-Tree index. Provide a ... ex ¶ class GinIndex ( * expressions , fastupdate = None , gin_pending_list_limit = None , ** options ) ¶ C ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... required, so if you pass an empty value -- either None or the empty string ( "" ) -- then clean() will ra ... rror : ['This field is required.'] >>> f . clean ( None ) Traceback (most recent call last): ... Validatio ... o' ) 'foo' >>> f . clean ( '' ) '' >>> f . clean ( None ) '' >>> f . clean ( 0 ) '0' >>> f . clean ( True ... empty string. For other Field classes, it might be None . (This varies from field to field.) Widgets of re ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eTemplateResponse. __init__ ( template , context = None , content_type = None , status = None , charset = ... None , using = None , headers = None ) ¶ Instantiates a SimpleTemplate ... tance. If the callback returns a value that is not None , this will be used as the response instead of the ... esponse. __init__ ( request , template , context = None , content_type = None , status = None , charset = ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6778
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aching as your only data storage. Without a doubt, none of the Django caching backends should be used for ... == 'django_cache' : return 'cache_replica' return None def db_for_write ( self , model , ** hints ): "All ... == 'django_cache' : return 'cache_primary' return None def allow_migrate ( self , db , app_label , model_ ... name = None , ** hints ): "Only install the cache model on pri ...
https://man.plustar.jp/django/topics/cache.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n should raise this exception instead of returning None. """ pass [ドキュメント] class FileUploadHandler : ... unk size is 64 KB. def __init__ ( self , request = None ): self . file_name = None self . content_type = N ... one self . content_length = None self . charset = None self . content_type_extra = ... ta , META , content_length , boundary , encoding = None ): """ Handle the raw input from the client. Param ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... following function: reverse ( viewname , urlconf = None , args = None , kwargs = None , current_app = None ... of reverse() . reverse_lazy ( viewname , urlconf = None , args = None , kwargs = None , current_app = None ... he following signature: resolve ( path , urlconf = None ) ¶ path is the URL path you want to resolve. As w ... ): next = request . META . get ( 'HTTP_REFERER' , None ) or '/' response = HttpResponseRedirect ( next ) ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 6655
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cipient_list , fail_silently = False , auth_user = None , auth_password = None , connection = None , html_ ... message = None ) [ソース] ¶ In most cases, you can send email usi ... 字列。 message : 文字列。 from_email : A string. If None , Django will use the value of the DEFAULT_FROM_EM ... ( datatuple , fail_silently = False , auth_user = None , auth_password = None , connection = None ) [ソー ...
https://man.plustar.jp/django/topics/email.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 6621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alue for the year, as a string. By default, set to None , which means the year will be determined using ot ... r the date provided. This function can also return None or raise an Http404 exception, depending on the va ... e the date provided. This function can also return None or raise an Http404 exception, depending on the va ... lue for the month, as a string. By default, set to None , which means the month will be determined using o ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6621
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ¶ class SearchVector ( * expressions , config = None , weight = None ) ¶ Searching against a single fie ... SearchQuery ¶ class SearchQuery ( value , config = None , search_type = 'plain' ) ¶ SearchQuery translates ... nk ¶ class SearchRank ( vector , query , weights = None , normalization = None , cover_density = False ) ¶ ... ass SearchHeadline ( expression , query , config = None , start_sel = None , stop_sel = None , max_words = ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT