検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 158 for custom (0.084 sec.)
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 5564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... types before querying. Additionally, developers of custom model fields are now warned via documentation to e ... nsure their custom field classes will perform appropriate type conver ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now rendered using the template engine to enhance customization. See the new render() , get_context() , and ... new ModelAdmin.get_formset_kwargs() method allows customizing the keyword arguments passed to the construct ... ribute and get_default_redirect_url() method allow customizing the redirect after login. django.contrib.gis ... ual filesystem. The new GISModelAdmin class allows customizing the widget used for GeometryField . This is e ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 5495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... me overriding it. This can allow you to make small customizations without needing to reimplement the entire ... . For example, you can use this technique to add a custom logo to the admin/base_site.html template: templat ... emplate replaces just the branding block, adding a custom logo, and using block.super to retain the prior co ... ock.super it is a powerful technique to make small customizations. 目次 How to override templates Overriding ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 5495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or the complete list. You can also create your own custom template filters; see How to create custom templat ... or the complete list. You can also create your own custom template tags; see How to create custom template t ... uper }} , this can be a powerful way to make small customizations. See Extending an overridden template in t ... トライブラリを作成する方法については、 How to create custom template tags and filters を参照してください。 カス ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 5495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ase transactions. We've added the ability to write custom authentication and authorization backends for auth ... systems, such as LDAP. We've made it easier to add custom table-level functions to models, through a new "Ma ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n override ModelAdmin.delete_queryset() or write a custom action which does deletion in your preferred manne ... be to write a small action that redirects to your custom export view: from django.contrib.contenttypes.mode ... tor can be used for setting specific attributes on custom action functions that can be used with actions : @ ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 2.2.23 release notes — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... would raise a SuspiciousFileOperation even when a custom upload_to returns a valid file path ( #32718 ). 目 ...
https://man.plustar.jp/django/releases/2.2.23.html - [similar]
Django 3.1.11 release notes — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... would raise a SuspiciousFileOperation even when a custom upload_to returns a valid file path ( #32718 ). 目 ...
https://man.plustar.jp/django/releases/3.1.11.html - [similar]
Django 3.2.3 release notes — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... would raise a SuspiciousFileOperation even when a custom upload_to returns a valid file path ( #32718 ). 目 ...
https://man.plustar.jp/django/releases/3.2.3.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Consider an example where you are implementing a custom field named RangedIntegerField . This field adds m ... errors = super () . check ( ** kwargs ) # Do some custom checks and add messages to `errors`: errors . exte ...
https://man.plustar.jp/django/topics/checks.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT