検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 176 for None (0.077 sec.)
django.utils.decorators — Django 4.0.6 ドキュメント 5460
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... assmethod ): def __get__ ( self , instance , cls = None ): if instance is not None : raise AttributeError ... are . process_request ( request ) if result is not None : return result if hasattr ( middleware , "process ... est , view_func , args , kwargs ) if result is not None : return result try : response = view_func ( reque ... process_exception ( request , e ) if result is not None : return result raise if hasattr ( response , "ren ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
アップロードファイルとアップロードハンドラ — Django 4.0.6 ドキュメント 5393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elow. UploadedFile. multiple_chunks ( chunk_size = None ) ¶ Returns True if the uploaded file is big enoug ... le; see below. UploadedFile. chunks ( chunk_size = None ) ¶ A generator returning chunks of the file. If m ... ルタ」になることができます。 receive_data_chunk から None を返し、残りのアップロードハンドラがこのチャンクを ... ップロードハンドラから来るべきであることを示すために None を返すかもしれません。 省略可能なメソッド ¶ 独自の ...
https://man.plustar.jp/django/ref/files/uploads.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 5393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . add ( * objs , bulk = True , through_defaults = None ) ¶ 関係オブジェクトのセットに、指定したモデルオブ ... ermediate instance(s). create ( through_defaults = None , ** kwargs ) ¶ Creates a new object, saves it and ... ub_date = datetime . date ( 2005 , 1 , 1 ) ... ) # No need to call e.save() at this point -- it's already ... e . save ( force_insert = True ) Note that there's no need to specify the keyword argument of the model th ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 5371
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... NT (-97 38)' API Reference ¶ class GeoIP2 ( path = None , cache = 0 , country = None , city = None ) ¶ The ... of the values in the dictionary may be undefined ( None ). GeoIP2. country ( query ) ¶ Returns a dictionar ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 5337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... segment defined by the given point geometries, or None if the two points are coincident. The azimuth is a ... ance ¶ class Distance ( expr1 , expr2 , spheroid = None , ** extra ) ¶ Availability : MariaDB, MySQL , Pos ... GeoHash ¶ class GeoHash ( expression , precision = None , ** extra ) ¶ Availability : MySQL (≥ 5.7.5), Pos ... Returns 1 for single geometries. On MySQL, returns None for single geometries. NumPoints ¶ class NumPoints ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Constraint ( * , name , expressions , index_type = None , condition = None , deferrable = None , include = ... None , opclasses = () ) ¶ Creates an exclusion constrai ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 5337
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eConstraint ( * expressions , fields = () , name = None , condition = None , deferrable = None , include = ... None , opclasses = () ) ¶ Creates a unique constraint i ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 5304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) def lazy_number ( func , resultclass , number = None , ** kwargs ): if isinstance ( number , int ): kwa ... ] def ngettext_lazy ( singular , plural , number = None ): return lazy_number ( ngettext , str , singular ... text_lazy ( context , singular , plural , number = None ): return lazy_number ( npgettext , str , context ... nguage = get_language () if self . language is not None : activate ( self . language ) else : deactivate_a ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ication time it was sent, or either If-match or If-none-match , containing the last ETag it was sent. If t ... ネチャは次のようになります。 condition ( etag_func = None , last_modified_func = None ) The two functions, t ... ifying the last time the resource was modified, or None if the resource doesn't exist. The function passed ... string representing the ETag for the resource, or None if it doesn't exist. The decorator sets the ETag a ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def add_truncation_text ( self , text , truncate = None ): if truncate is None : truncate = pgettext ( "St ... t , truncate ) def chars ( self , num , truncate = None , html = False ): """ Return the text truncated to ... certain number of chars.""" s_len = 0 end_index = None for i , char in enumerate ( text ): if unicodedata ... string length continue s_len += 1 if end_index is None and s_len > truncate_len : end_index = i if s_len ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]