検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 158 for custom (0.059 sec.)
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quences, store them in template variables or use a custom template tag or filter to workaround the limitatio ... Using a Context as a stack comes in handy in some custom template tags . Context. flatten () ¶ Using flatte ... LT_FROM_EMAIL" : settings . DEFAULT_FROM_EMAIL , } Custom context processors can live anywhere in your code ... base. All Django cares about is that your custom context processors are pointed to by the 'context_ ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 2.0.6 リリースノート — Django 4.0.6 ドキュメント 6946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... しました。 Bugfixes ¶ Fixed a regression that broke custom template filters that use decorators ( #29400 ). F ... ixed detection of custom URL converters in included patterns ( #29415 ). Fi ... スノート 関連キーワード Fixed , regression , when , custom , トピック , previous , up , next , using , Bugfix ...
https://man.plustar.jp/django/releases/2.0.6.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6946
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts() on a reverse many-to-many relationship with a custom manager ( #30325 ). Fixed a regression in Django 2 ... abase limits crashes if limit_value attribute in a custom validator is callable ( #30328 ). Fixed a regressi ... o 2.2 that caused an exception to be raised when a custom error handler could not be imported ( #30318 ). Re ... ack to StatReloader on larger projects and made it customizable via the DJANGO_WATCHMAN_TIMEOUT environment ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6739
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ext Playing with Context objects Loading templates Custom loaders Template origin 参考 For information on wr ... iting your own custom tags and filters, see How to create custom templat ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6739
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rter name to use in path patterns. See Registering custom path converters for an example. django.conf.urls f ... .views.defaults.bad_request() . If you implement a custom view, be sure it accepts request and exception arg ... .defaults.permission_denied() . If you implement a custom view, be sure it accepts request and exception arg ... ews.defaults.page_not_found() . If you implement a custom view, be sure it accepts request and exception arg ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... users , and more flexible username requirements . Customization of email sending via email backends . New " ... s, detailed in CSRF Protection , below. Authors of custom Field subclasses should be aware that a number of ... of template tags have changed somewhat; authors of custom template tags that need to store state (e.g. custo ... ough there is no implementation of this in core, a custom authentication backend can provide this implementa ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ta migrations later on (for example, if you've set custom validators). 対応するバックエンド ¶ マイグレーショ ... class MyManager ( MyBaseManager . from_queryset ( CustomQuerySet )): use_in_migrations = True class MyModel ... on code, these historical models will not have any custom methods that you have defined. They will, however, ... rent ones). 警告 This means that you will NOT have custom save() methods called on objects when you access t ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le from third-parties. You can also write your own custom backend, see Custom template backend Django は、バ ... s is available as well as instructions for writing custom tags . フィルタ ¶ Filters transform the values of ... s is available as well as instructions for writing custom filters . コメント ¶ Comments look like this: {# t ... ビルトインのテンプレートローダー を提供していて、 custom template loaders をサポートしています。 コンテキス ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... plateView . as_view ( extra_context = { 'title' : 'Custom Title' }) メソッド get_context_data ( ** kwargs ) ... template to use is configurable and can be further customized by subclasses. 属性 template_name ¶ The full n ... .g. in template response middleware ). If you need custom template loading or custom context object instanti ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... could completely replace the User with one totally customized for your site. Django 1.5 is also the first re ... ther than first name/last name, or you want to put custom profile information onto your User object, you can ... application relies upon. See the documentation on custom user models for more details. Support for saving a ... reover, when you output errors or messages in your custom commands, you should now use self.stdout.write('me ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT