検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 158 for custom (0.019 sec.)
Form fields — Django 4.0.6 ドキュメント 5932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nError : ['This field is required.'] And here is a custom error message: >>> name = forms . CharField ( erro ... abel entirely by setting empty_label to None : # A custom empty label field1 = forms . ModelChoiceField ( qu ... key of each object will be used. For example: # No custom to_field_name field1 = forms . ModelChoiceField ( ... objects for use in the field's choices. To provide customized representations, subclass ModelChoiceField and ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5932
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... database backends. Both fields support the use of custom JSON encoders and decoders. The model field suppor ... enabled by default but can be disabled by using a custom AdminSite and setting AdminSite.enable_nav_sidebar ... ionReporterFilter.hidden_settings attributes allow customization of sensitive settings and request.META filt ... a django.views.debug.ExceptionReporter subclass to customize exception report generation. See Custom error r ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 5863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... his, but if the provider has an API, you can use a custom file storage backend to integrate the CDN with you ... roject. If you've written or are using a 3rd party custom storage backend, you can tell collectstatic to use ... 'd write one of these backends, see How to write a custom storage class . There are 3rd party apps available ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5863
" + 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 ... query was compiled more once ( #21643 ). Prevented custom widget class attribute of IntegerField subclasses ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5863
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... out-of-the-box, sometimes you might want to use a customized cache backend. To use an external cache backen ... f the hiredis-py package is installed), and sets a custom connection pool class ( redis.ConnectionPool is us ... a hash digest of the key parts), you can provide a custom key function. The KEY_FUNCTION cache setting speci ... e prototype of make_key() above. If provided, this custom key function will be used instead of the default k ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 5783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... learn how to create new lookups, see How to write custom lookups . The lookup API has two components: a Reg ... calling vendor-specific methods of the expression. Custom keyword arguments may be defined on this method if ... set to False . For example usage, see How to write custom lookups . lhs ¶ The left-hand side - what is being ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . See アプリケーションを設定する for full details. Customizing type of auto-created primary keys ¶ When defi ... ay() decorator allows for easily adding options to custom display functions that can be used with list_displ ... ecorator when needing to specify attributes on the custom method. Prior to this it was necessary to use the ... rgument for generic_inlineformset_factory() allows customizing the maximum number of forms that can be insta ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cute() . The django.contrib.auth.tests.utils.skipIfCustomUser() decorator will be removed. The GeoManager an ... der.__call__() method will be removed. Support for custom error views with a single positional parameter wil ... () method will be removed. The shim for supporting custom related manager classes without a _apply_rel_filte ... removed. Support for optparse will be dropped for custom management commands (replaced by argparse ). The c ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... users to login. In this case, you'll also want to customize the AuthenticationForm used by the LoginView as ... it__ method to allow setting arbitrary fields on a custom user model . See Creating users for example usage. ... er model, the user identifier is the username, for custom user models it is the field specified by USERNAME_ ... FIELD (see Customizing Users and authentication ). It also handles t ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uld be run without actually running it, so you can customize it or use the migrations framework. dbshell ¶ d ... r selecting the records to dump. If you're using a custom manager as the default manager and it filters some ... which might otherwise be filtered or modified by a custom manager. --format FORMAT ¶ Specifies the serializa ... to look over the generated models yourself to make customizations. In particular, you'll need to rearrange m ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT