検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 239 for default (0.158 sec.)
モデルからフォームを作成する — Django 4.0.6 ドキュメント 4821
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。モデルフィールドに blank=False および明示的な default 値が設定されている場合、空欄の選択肢は表示されませ ... ん (代わりに default 値が選択された状態で表示されます) 。 与えられたモデ ... バーライドすることもできます。後述の Overriding the default fields を参照してください。 完全な具体例 ¶ 以下のよ ... い場合、結果のモデルインスタンスはモデルフィールドの default を使用します。この動作は、 CheckboxInput , Checkbo ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 4821
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'DIRS' : [ '/home/html/example.com' , '/home/html/default' , ], }, { 'BACKEND' : 'django.template.backends.j ... /story_detail.html ( 'django' エンジン) /home/html/default/story_detail.html ( 'django' エンジン) /home/html/ ... ry_253_detail.html ( 'django' エンジン) /home/html/default/story_253_detail.html ( 'django' エンジン) /home/h ... /story_detail.html ( 'django' エンジン) /home/html/default/story_detail.html ( 'django' エンジン) /home/html/ ...
https://man.plustar.jp/django/topics/templates.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4781
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す: Sometimes, you should use gettext_lazy() as the default translation method for a particular file. Without ... uments fails, blocktranslate will fall back to the default language by deactivating the currently active lang ... 言語プレフィックス ¶ i18n_patterns ( * urls , prefix_default_language = True ) ¶ この関数は、ルートの URLconf で ... された全ての URL パターンの先頭に追加します。 prefix_default_language を False にセットすると、デフォルト言語 ( ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... executor is used when in thread sensitive mode. By default, a single thread pool executor is shared within a ... passed in, that will be used instead of the loop's default executor. In order to pass in an executor, thread_ ... sed. """ # If they've set ASGI_THREADS, update the default asyncio executor for now if "ASGI_THREADS" in os . ... oop. loop = asyncio . get_event_loop () loop . set_default_executor ( ThreadPoolExecutor ( max_workers = int ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 4750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rk ¶ The contenttypes framework is included in the default INSTALLED_APPS list created by django-admin startp ... nd "object_id", you can omit this -- those are the default field names GenericForeignKey will look for. Unlik ... the field will be able to reference proxy models. Default is True . This mirrors the for_concrete_model argu ... elated object back to this object doesn't exist by default. Setting related_query_name creates a relation fro ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 4750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls.py . Old (0.96) urls.py : from django.conf.urls.defaults import * urlpatterns = patterns ( '' , ( r '^admi ... re ... ) New (1.0) urls.py : from django.conf.urls.defaults import * # The next two lines enable the admin an ... r . テンプレート ¶ Learn to love autoescaping ¶ By default, the template system now automatically HTML-escape ... ired ¶ The LazyDate helper class no longer exists. Default field values and query arguments can both be calla ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 4750
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lectstatic command will raise an error rather than default to using the current working directory if STATIC_R ... 3 ). Fixed an issue where when settings.DATABASES['default']['AUTOCOMMIT'] = False , the connection wasn't in ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te is provided as an attribute on AbstractBaseUser defaulting to True . How you choose to implement it will d ... ogin , and date_joined fields the same as Django's default user, you can install Django's UserManager ; howev ... eive the value of the to_field (the primary_key by default) of an existing instance. BaseUserManager provides ... given string of allowed characters. Note that the default value of allowed_chars doesn't contain letters tha ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 4709
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nse() itself calls get_template_names() , which by default will look up template_name on the class-based view ... onseMixin ) override this to provide more flexible defaults when dealing with actual objects. ContextMixin Ev ... RL to figure out the queryset to work with, so the default uses the queryset or model attribute on the view c ... queryset for use in get_object() We'll rely on the default implementation of get_object() to fetch the correc ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 4679
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on the crs member. If crs isn't provided, the SRID defaults to 4326. classmethod GEOSGeometry. from_gml ( gml ... of segments used to approximate a quarter circle (defaults is 8). GEOSGeometry. buffer_with_style ( width , ... nts in the output. If no tolerance is provided, it defaults to 0. By default, this function does not preserve ... alReference object, or a CoordTransform object. By default, the geometry is transformed in-place and nothing ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]