検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 176 for None (0.105 sec.)
Model index reference — Django 4.0.6 ドキュメント 5270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... class Index ( * expressions , fields = () , name = None , db_tablespace = None , opclasses = () , conditio ... n = None , include = None ) ¶ Creates an index (B-Tree) in ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 5237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... template = template def render ( self , context = None , request = None ): if context is None : context = ... {} if request is not None : context [ 'request' ] = request context [ 'csrf_ ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Signals — Django 4.0.6 ドキュメント 5203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve their default values. For example, _state.db is None . 警告 For performance reasons, you shouldn't perf ... of fields to update as passed to Model.save() , or None if update_fields wasn't passed to save() . post_sa ... of fields to update as passed to Model.save() , or None if update_fields wasn't passed to save() . pre_del ... For the pre_clear and post_clear actions, this is None . using The database alias being used. For example ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django 1.8.12 リリースノート — Django 4.0.6 ドキュメント 5203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d values with fractional seconds could be saved as None ( #26324 ). Restored the functionality of the admi ... , previous , up , next , Bugfixes , ドキュメント , None , where , DurationField , values クイック検索 Last ...
https://man.plustar.jp/django/releases/1.8.12.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ The SESSION_COOKIE_SAMESITE setting now allows 'None' (string) value to explicitly state that the cooki ... SRF ¶ The CSRF_COOKIE_SAMESITE setting now allows 'None' (string) value to explicitly state that the cooki ... ¶ The LANGUAGE_COOKIE_SAMESITE setting now allows 'None' (string) value to explicitly state that the cooki ... e QuerySet.datetimes() determines the treatment of nonexistent and ambiguous datetimes. The new F expressi ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django のショートカット関数 — Django 4.0.6 ドキュメント 5203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r() ¶ render ( request , template_name , context = None , content_type = None , status = None , using = No ... bjectsReturned exception will be raised if more than one object is found. get_list_or_404() ¶ get_list_or_ ...
https://man.plustar.jp/django/topics/http/shortcuts.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 5170
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y if somevar is True. {% endif %} {% if somevar is None %} This appears if somevar is None, or if somevar ... d in the context. {% endif %} {% if somevar is not None %} This appears if and only if somevar is not None ... 列 ) のとき、出力は nothing になります。 default_if_none ¶ 入力値が None であるとき ( None であるときのみ ) ... フィルタを使ってください。 例: {{ value | default_if_none :"nothing" }} If value is None , the output will b ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trings_only , errors ) _PROTECTED_TYPES = ( type ( None ), int , float , Decimal , datetime . datetime , d ... mentions that % must not be # converted. if iri is None : return iri elif isinstance ( iri , Promise ): ir ... ed result (e.g. '/I%20♥%20Django/'). """ if uri is None : return uri uri = force_bytes ( uri ) # Fast sele ... () JavaScript function for details. """ if path is None : return path # I know about `os.sep` and `os.alts ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to have non-unique slugs. get_object ( queryset = None ) ¶ ビューが表示する単一のオブジェクトを返します。 ... ッドの基本的な実装では、 self.object 属性が (たとえ None でも)ビューによってセットされることが必須です。 こ ... です。 ビューが新しいインスタンスを構築中の場合は、 None になることがあります。 Extends TemplateResponseMix ... インスタンスの template_name_field の値のいずれかが None の場合、オブジェクトはテンプレート名候補として使用 ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5136
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to "published". We could easily do this in the admin one article at a time, but if we wanted to bulk-publi ... ite-wide ¶ AdminSite. add_action ( action , name = None ) ¶ Some actions are best if they're made availabl ... for a given ModelAdmin , set ModelAdmin.actions to None : class MyModelAdmin ( admin . ModelAdmin ): actio ... ns = None This tells the ModelAdmin to not display or allow ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]