検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 176 for None (0.070 sec.)
File storage API — Django 4.0.6 ドキュメント 5851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss() internally. get_storage_class ( import_path = None ) ¶ Returns a class or module which implements the ... orage class ¶ class FileSystemStorage ( location = None , base_url = None , file_permissions_mode = None , ... directory_permissions_mode = None ) ¶ The FileSystemStorage class implements basic f ... xtension. get_available_name ( name , max_length = None ) ¶ Returns a filename based on the name parameter ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 5851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... URLconfs ¶ path() ¶ path ( route , view , kwargs = None , name = None ) ¶ Returns an element for inclusion ... ful. re_path() ¶ re_path ( route , view , kwargs = None , name = None ) ¶ Returns an element for inclusion ... ith $ . include() ¶ include ( module , namespace = None ) ¶ include ( pattern_list ) include ( (pattern_li ... st , app_namespace) , namespace=None ) A function that takes a full Python import path ...
https://man.plustar.jp/django/ref/urls.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 表示されます。この動作をオーバーライドするためには、 None を含む choices にタプルを追加してください; 例えば ... (None, '表示専用の文字列') . もしくは、 None の代わりに空 ... t be achieved by creating a member with a value of None . Instead, set the __empty__ attribute on the clas ... the default is also used when the field is set to None . editable ¶ Field. editable ¶ If False , the fiel ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5817
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ッドを自由に使うことができます。 get ( path , data = None , follow = False , secure = False , ** extra ) ¶ 与 ... クエストをエミュレートします。 post ( path , data = None , content_type = MULTIPART_CONTENT , follow = Fals ... クエストをエミュレートします。 head ( path , data = None , follow = False , secure = False , ** extra ) ¶ 与 ... ly hashed password. force_login ( user , backend = None ) ¶ If your site uses Django's authentication syst ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 5750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be deprecated in Django 4.0 (#30127). """ name = None @staticmethod def func ( instance ): raise TypeErr ... __() on it." ) def __init__ ( self , func , name = None ): self . real_func = func self . __doc__ = getatt ... _name__ ( self , owner , name ): if self . name is None : self . name = name self . func = self . real_fun ... e , name ) ) def __get__ ( self , instance , cls = None ): """ Call the function and put the return value ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5717
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontaining "Lennon" and entries from 2008, but that none of the entries from 2008 contained "Lennon" . The ... elf ): return self . name Storing and querying for None ¶ As with other fields, storing None as the field' ... he JSON scalar null is the same as SQL NULL , i.e. None . Therefore, it can be hard to distinguish between ... them. This only applies to None as the top-level value of the field. If None is in ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 5683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. getattr ( modules [ module_path ], "__spec__" , None ) is not None and getattr ( modules [ module_path ... ib_find ( full_module_name , package_path ) is not None except ModuleNotFoundError : # When module_name is ... else : filename = getattr ( module , "__file__" , None ) if filename is not None : return os . path . dir ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( file_or_path , "rb" ) except OSError : return ( None , None ) close = True try : # Most of the time Pil ... : return p . image . size chunk_size *= 2 return ( None , None ) finally : if close : file . close () else ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of a Django project/application. In other words, no need to have DJANGO_SETTINGS_MODULE set or use a dat ... Geometry ¶ class GEOSGeometry ( geo_input , srid = None ) ¶ パラメータ: geo_input -- Geometry input value ... >> pnt = Point ( 5 , 23 ) >>> print ( pnt . srid ) None >>> pnt . srid = 4326 >>> pnt . srid 4326 Output P ... _exact(poly2, 0.001) will compare equality to within one thousandth of a unit. GEOSGeometry. intersects ( ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5627
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 礎となります。 ウィジェット ¶ class Widget ( attrs = None ) ¶ この抽象クラスはレンダリングできませんが、基本 ... の HTML の ID 属性を返します。 IDが有効でない場合は None を返します。 いくつかのウィジェットは複数の HTML 要 ... 返す必要があります。 render ( name , value , attrs = None , renderer = None ) ¶ Renders a widget to HTML usi ... ng the given renderer. If renderer is None , the renderer from the FORM_RENDERER setting is u ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT