検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 158 for custom (0.094 sec.)
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he model object if available. If you want to use a custom ModelForm (for instance to add extra validation), ... eated an object using a CreateView , you can use a custom ModelForm to do this. First, add the foreign key r ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e you want to overwrite some of the values. To use custom formats, specify the path where you'll place forma ... et_format() (used by the date template filter). To customize the English formats, a structure like this woul ... init__ . py formats . py where formats.py contains custom format definitions. For example: THOUSAND_SEPARATO ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 適化 エラーのレポート 前のトピックへ How to write a custom storage class 次のトピックへ WSGI とともにデプロイ ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t these are not all required): All database fields Custom manager attributes class Meta def __str__() def sa ... ve() def get_absolute_url() Any custom methods If choices is defined for a given model fi ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
フォーム — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TMLとしてアウトプットする さらに詳細なアウトプット Customizing BoundField Binding uploaded files to a form S ... classes Fields which handle relationships Creating custom fields モデルフォーム関数 modelform_factory modelf ...
https://man.plustar.jp/django/ref/forms/index.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me , index_together ) ¶ Changes the model's set of custom indexes (the index_together option on the Meta sub ... igrations.operations.base import Operation class MyCustomOperation ( Operation ): # If this is False, it mea ... what the operation does in console output. return "Custom Operation" @property def migration_name_fragment ( ... this operation, or None if not applicable. return "custom_operation_ %s _ %s " % ( self . arg1 , self . arg2 ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a performance regression on some databases. Fixed custom queryset chaining with values() and values_list() ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ator before displaying the clickable link. You may customize the validator by passing a validator_class kwar ... ed a crash of auto-reloader when an exception with custom signature is raised ( #30516 ). Fixed a regression ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... すでに環境を完全に制御していることが前提となります。 Custom default settings ¶ If you'd like default values to ... ng settings without setting DJANGO_SETTINGS_MODULE Custom default settings Either configure() or DJANGO_SETT ...
https://man.plustar.jp/django/topics/settings.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5207
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a GET request. request = self . factory . get ( '/customer/details' ) # Recall that middleware are not supp ... ser () # Test my_view() as if it were deployed at /customer/details response = my_view ( request ) # Use thi ... business logic based on the request's host and use custom host names in tests must include those hosts in AL ... an add_arguments(cls, parser) class method and add custom arguments by calling parser.add_argument() inside ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT