検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 133 for attribute (0.091 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stom AppConfig class, override the ignore_patterns attribute of this class and replace 'django.contrib.staticfi ... lesStorage and setting the max_post_process_passes attribute. It defaults to 5. To enable the ManifestStaticFil ... StaticFilesStorage and setting the manifest_strict attribute to False -- nonexistent paths will remain unchange ... ule ¶ staticfiles finders has a searched_locations attribute which is a list of directory paths in which the fi ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
クラスベースのビューでフォームを扱う — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e not loaded when the file is imported. The fields attribute works the same way as the fields attribute on the ... less you define the form class in another way, the attribute is required and the view will raise an ImproperlyC ... not. If you specify both the fields and form_class attributes, an ImproperlyConfigured exception will be raised ...
https://man.plustar.jp/django/topics/class-based-views/generic-editing.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 5909
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate command in a test case with the available_apps attribute pointing to an application with migrations disable ... ilable directly on each node using the Node.origin attribute ( #25848 ). Fixed a regression in Django 1.8.5 tha ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
django.contrib.sites.middleware — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MiddlewareMixin ): """ Middleware that sets `site` attribute to request object. """ def process_request ( self ...
https://man.plustar.jp/django/_modules/django/contrib/sites/middleware.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or an instance of ValidationError with its message attribute set, and what we define as list or dictionary can ... idationError with its `error_list` or `error_dict` attribute set. """ super () . __init__ ( message , code , pa ... @property def message_dict ( self ): # Trigger an AttributeError if this ValidationError # doesn't have an err ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... stom renderer by setting the Form.default_renderer attribute or by using the renderer argument of Widget.render ... widget templates ¶ Each widget has a template_name attribute with a value such as input.html . Built-in widget ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... By default, a regular expression (the domain_regex attribute) is used to validate whatever appears after the @ ... lowlist instead. The undocumented domain_whitelist attribute is deprecated. Use domain_allowlist instead. URLVa ... ator class, URLValidator accepts an extra optional attribute: schemes ¶ URL/URI scheme list to validate against ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nted __getattr__() or other methods that allow for attributes not discoverable by normal mechanisms), you can s ... __ on model instances ¶ Historically, the __dict__ attribute of a model instance has only contained attributes ... base configurations, Django 1.2 has added a _state attribute to object instances. This attribute will appear in ... now be prepared to handle or filter out the _state attribute. Test runner exit status code ¶ The exit status co ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5836
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e field in question. This example updates the blog attribute of an Entry instance entry , assuming appropriate ... , tagline = 'Bar' ) >>> b . objects Traceback: ... AttributeError: "Manager isn't accessible via Blog instances ... uch as from Blog to Entry ), filtering on multiple attributes raises the question of whether to require each at ... have access to the related (foreign) object via an attribute of the model. 実装例: >>> e = Entry . objects . ge ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model is part of. This is taken from the app_label attribute of the model, and includes only the last part of t ... content type. This is taken from the verbose_name attribute of the model. Let's look at an example to see how ... gedItem ) Bookmark instances will each have a tags attribute, which can be used to retrieve their associated Ta ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT