検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 133 for attribute (0.079 sec.)
フォーム API — Django 4.0.6 ドキュメント 6247
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing <!DOCTYPE html> . For example, it uses boolean attributes such as checked rather than the XHTML style of ch ... e changed per form by overriding the template_name attribute or more generally by overriding the default templa ... tag() . Can be changed per form by overriding this attribute or more generally by overriding the default templa ... the template assigned to the forms template_name_p attribute, by default this template is 'django/forms/p.html' ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 6162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor is equivalent to setting the short_description attribute on the action function directly in previous versio ... ns. Setting the attribute directly is still supported for backward compatibi ... r is equivalent to setting the allowed_permissions attribute on the action function directly in previous versio ... ns. Setting the attribute directly is still supported for backward compatibi ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # to the database. You can continue to change its attributes # if you want to change other fields. >>> user . ... by the mixin. Defaults to the permission_required attribute, converted to a tuple if necessary. has_permission ... rbidden response, depending on the raise_exception attribute. class AccessMixin ¶ login_url ¶ Default return va ... ) . Defaults to "next" . raise_exception ¶ If this attribute is set to True , a PermissionDenied exception is r ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6162
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom running in a transaction by setting the atomic attribute to False . For example: from django.db import migr ... migrations are marked with an initial = True class attribute on the migration class. If an initial class attrib ... h this situation, Django provides some model field attributes to assist with model field deprecation using the ... ramework . Add the system_check_deprecated_details attribute to your model field similar to the following: clas ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 6078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s at any time. Along with a handful of flags, this attribute easily tells us what and who each ticket is waitin ... mitted. They are not a high priority. Other triage attributes ¶ A number of flags, appearing as checkboxes in T ... anized and easier to find. Severity ¶ The severity attribute is used to identify blockers, that is, issues whic ... ns or potentially causing severe data losses. This attribute is quite rarely used and the vast majority of tick ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se_manager_name ¶ Options. base_manager_name ¶ The attribute name of the manager, for example, 'objects' , to u ... set as needed) and use the ManyToManyField.through attribute to make the relation use your custom model. For te ... re: sqlite , postgresql , mysql , oracle . If this attribute is not empty and the current connection vendor doe ... the database. Usually there is no need to set this attribute. The default is False . See django.db.models.Model ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... malization. The new ExclusionConstraint.deferrable attribute allows creating deferrable exclusion constraints. ... te and SafeExceptionReporterFilter.hidden_settings attributes allow customization of sensitive settings and req ... dictionary which allows customizing subwidget name attributes. The new BoundField.widget_type property can be u ... rtial indexes. The new UniqueConstraint.deferrable attribute allows creating deferrable unique constraints. ペー ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 6078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... anager () このモデル例を使うと、 Person.objects は AttributeError 例外を起こしますが、 Person.people.all() と書 ... f OpinionPoll objects with the extra num_responses attribute attached. Manager のカスタマイズメソッドは、どんな ... ot copied by default. Methods with a queryset_only attribute set to False are always copied. Methods with a que ... ryset_only attribute set to True are never copied. 例: class CustomQuer ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): """ Import a dotted module path and return the attribute/class designated by the last name in the path. Rai ... cached_import ( module_path , class_name ) except AttributeError as err : raise ImportError ( 'Module " %s " d ... oes not define a " %s " attribute/class' % ( module_path , class_name ) ) from err d ... __name__ package_path = package . __path__ except AttributeError : # package isn't a package. return False ful ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 5993
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You generally shouldn't have to set or change that attribute which should be set up depending on the field clas ... back using a Textarea widget for such data. Widget attributes ¶ GeoDjango widgets are template-based, so their ... utes are mostly different from other Django widget attributes. BaseGeometryWidget. geom_type ¶ The OpenGIS geom ... used to render the map widget. You can pass widget attributes in the same manner that for any other Django widg ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT