検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 106 for extra (0.026 sec.)
Database Functions — Django 4.0.6 ドキュメント 12792
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 5.0 Coalesce ¶ class Coalesce ( * expressions , ** extra ) ¶ Accepts a list of at least two field names or ... >]> Greatest ¶ class Greatest ( * expressions , ** extra ) ¶ Accepts a list of at least two field names or ... age': 50} Least ¶ class Least ( * expressions , ** extra ) ¶ Accepts a list of at least two field names or ... models . TimeField ( null = True , blank = True ) Extract ¶ class Extract ( expression , lookup_name = Non ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 12228
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nslate GeoHash Area ¶ class Area ( expression , ** extra ) ¶ Availability : MariaDB, MySQL , Oracle, PostGI ... , bbox = False , crs = False , precision = 8 , ** extra ) ¶ Availability : MariaDB (≥ 10.2.4), MySQL (≥ 5. ... ML ( expression , version = 2 , precision = 8 , ** extra ) ¶ Availability : Oracle, PostGIS , SpatiaLite Ac ... ML ¶ class AsKML ( expression , precision = 8 , ** extra ) ¶ Availability : PostGIS , SpatiaLite Accepts a ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
django.contrib.messages.api — Django 4.0.6 ドキュメント 12125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ント] def add_message ( request , level , message , extra_tags = "" , fail_silently = False ): """ Attempt t ... ) else : return messages . add ( level , message , extra_tags ) [ドキュメント] def get_messages ( request ) ... level return True def debug ( request , message , extra_tags = "" , fail_silently = False ): """Add a mess ... _message ( request , constants . DEBUG , message , extra_tags = extra_tags , fail_silently = fail_silently ...
https://man.plustar.jp/django/_modules/django/contrib/messages/api.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 9434
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se duplicate rows appear to be distinct. Since the extra columns don't appear in the returned results (they ... for details. If you use a values() clause after an extra() call, any fields defined by a select argument in ... the extra() must be explicitly included in the values() call ... . Any extra() call made after a values() call will have its ex ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 8677
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld_callback = None , formset = BaseModelFormSet , extra = 1 , can_delete = False , can_order = False , max ... _classes = None , absolute_max = None , can_delete_extra = True , renderer = None ) ¶ 与えられた model クラ ... ory() を通して引き渡されます。 Arguments formset , extra , can_delete , can_order , max_num , validate_max ... min_num , validate_min , absolute_max , can_delete_extra , and renderer are passed through to formset_facto ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 8472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lateView ¶ 属性 (と省略可能な継承元): content_type extra_context http_method_names response_class [ render_ ... context_object_name [ get_context_object_name() ] extra_context http_method_names model pk_url_kwarg query ... context_object_name [ get_context_object_name() ] extra_context http_method_names model ordering [ get_ord ... FormView ¶ 属性 (と省略可能な継承元): content_type extra_context form_class [ get_form_class() ] http_metho ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 8113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eys" : _ ( "Some keys were missing: %(keys)s " ), "extra_keys" : _ ( "Some unknown keys were provided: %(ke ... , " . join ( missing_keys )}, ) if self . strict : extra_keys = keys - self . keys if extra_keys : raise Va ... lidationError ( self . messages [ "extra_keys" ], code = "extra_keys" , params = { "keys" : ... ", " . join ( extra_keys )}, ) def __eq__ ( self , other ): return ( i ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 8113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... None , size = None , charset = None , content_type_extra = None , ): super () . __init__ ( file , name ) se ... _type self . charset = charset self . content_type_extra = content_type_extra def __repr__ ( self ): return ... ame , content_type , size , charset , content_type_extra = None ): _ , ext = os . path . splitext ( name ) ... ame , content_type , size , charset , content_type_extra ) [ドキュメント] def temporary_file_path ( self ): ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
Formset Functions — Django 4.0.6 ドキュメント 7806
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ formset_factory ( form , formset = BaseFormSet , extra = 1 , can_order = False , can_delete = False , max ... ate_min = False , absolute_max = None , can_delete_extra = True , renderer = None ) ¶ 与えられた form クラス ... ged in Django 3.2: The absolute_max and can_delete_extra arguments were added. Changed in Django 4.0: The r ... ワード Formset , Functions , None , max , formset , extra , form , factory , min , num クイック検索 Last upd ...
https://man.plustar.jp/django/ref/forms/formsets.html - [similar]
Django 2.2.28 release notes — Django 4.0.6 ドキュメント 7754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jection in QuerySet.annotate() , aggregate() , and extra() ¶ QuerySet.annotate() , aggregate() , and extra( ... jection in QuerySet.annotate() , aggregate() , and extra() CVE-2022-28347: Potential SQL injection via Quer ... tes , injection , QuerySet , Potential , explain , extra , aggregate , annotate , トピック クイック検索 Las ...
https://man.plustar.jp/django/releases/2.2.28.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT