検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 176 for None (0.110 sec.)
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... st of migration operations that will be performed. NoneType can now be serialized in migrations. You can n ... ango.utils.http.urlencode() now raise TypeError if None is passed as a value to encode because None can't ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nto the template without further escaping. There's no need to worry about the is_safe flag in this case (a ... jango's built-in filters as autoescape defaults to None . You'll need to pass autoescape=True to get autoe ... hat when you're using takes_context=True , there's no need to pass arguments to the template tag. It autom ... ession to parse tag contents. try : # Splitting by None == splitting by spaces. tag_name , arg = token . c ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y to determine a test that interferes with the given one. First, the test is run with the first half of th ... t.utils. isolate_apps ( * app_labels , attr_name = None , kwarg_name = None ) ¶ Since this pattern involve ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd edit geographic data on a visual map. Note that none of the currently available widgets supports 3D geo ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... regression in ConditionalGetMiddleware causing If-None-Match checks to always return HTTP 200 ( #26024 ). ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
フォームアセット (Media クラス) — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 適切な接頭辞を特定するため、Django STATIC_URL 設定が None でないかチェックし、自動的に MEDIA_URL を使うようフ ... が 'http://uploads.example.com/' で STATIC_URL が None だった場合: >>> from django import forms >>> class ...
https://man.plustar.jp/django/topics/forms/media.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4689
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... serializationError will be raised unless the ignorenonexistent argument is passed in as True : serializers ... . deserialize ( "xml" , data , ignorenonexistent = True ) Serialization formats ¶ Django sup ... ializedObject instances where this attribute isn't None and later call save_deferred_fields() on them. Typ ... e ): obj . save () if obj . deferred_fields is not None : objs_with_deferred_fields . append ( obj ) for o ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 4656
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stionAdmin ( admin . ModelAdmin ): fieldsets = [ ( None , { 'fields' : [ 'question_text' ]}), ( 'Date info ... stionAdmin ( admin . ModelAdmin ): fieldsets = [ ( None , { 'fields' : [ 'question_text' ]}), ( 'Date info ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 4656
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. By default form_class . get_form ( form_class = None ) ¶ Instantiate an instance of form_class using ge ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 4656
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... implement a render(template_name, context, request=None) method. It should return a rendered templates (as ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]