検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 133 for attribute (0.053 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 8108
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... creating deep copies with copy.deepcopy() to class attributes in TestCase.setUpTestData() will be removed. Base ... alues. The whitelist argument and domain_whitelist attribute of django.core.validators.EmailValidator will be r ... ort passing pylibmc behavior settings as top-level attributes of OPTIONS . The host parameter of django.utils.h ... o longer set ETags. The Model._meta.has_auto_field attribute will be removed. url() 's support for inline flags ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7939
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a normal Python assignment of value to an instance attribute, in fact it's an SQL construct describing an opera ... eryset where each model is annotated with an extra attribute field_lower produced, roughly, from the following ... ( * expressions , ** extra ) ¶ function ¶ A class attribute describing the function that will be generated. Sp ... n template . Defaults to None . template ¶ A class attribute, as a format string, that describes the SQL that i ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 7770
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sn't add class names, or any other widget-specific attributes. This means, for example, that all TextInput widg ... S class. It is also possible to specify the 'type' attribute to take advantage of the new HTML5 input types. To ... as model form fields), you can use the Form.fields attribute: class CommentForm ( forms . ModelForm ): def __in ... lue as returned by format_value() . 'attrs' : HTML attributes to be set on the rendered widget. The combination ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7600
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... se objects are also returned from the Feature.geom attribute, when reading vector data from Layer (which is in ... ( target ) ¶ Returns the value of the given string attribute node, None if the node doesn't exist. Can also tak ... , (target, child), where child is the index of the attribute in the WKT. For example: >>> wkt = 'GEOGCS["WGS 84 ... units 9122 attr_value ( target , index = 0 ) ¶ The attribute value for the given target node (e.g. 'PROJCS' ). ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Form fields — Django 4.0.6 ドキュメント 7516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ets of required form fields have the required HTML attribute. Set the Form.use_required_attribute attribute to ... False to disable it. The required attribute isn't included on forms of formsets because the br ... UploadedFile object will have an additional image attribute containing the Pillow Image instance used to check ... after verifying an image, so while non-image data attributes, such as format , height , and width , are availa ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7431
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ME' : 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator' , }, { 'NAME' : 'django.contri ... wordHasher will now update passwords if its rounds attribute is changed. AbstractBaseUser and BaseUserManager w ... ations are now marked with an initial = True class attribute which allows migrate --fake-initial to more easily ... ication namespace can now be set using an app_name attribute on the included module or object. It can also be s ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields.E120 : CharField s must define a max_length attribute. fields.E121 : max_length must be a positive integ ... E130 : DecimalField s must define a decimal_places attribute. fields.E131 : decimal_places must be a non-negati ... lds.E132 : DecimalField s must define a max_digits attribute. fields.E133 : max_digits must be a positive integ ... value of readonly_fields[n] is not a callable, an attribute of <ModelAdmin class> , or an attribute of <model> ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text() method. The new ModelAdmin.search_help_text attribute allows specifying a descriptive text for the searc ... h box. The InlineModelAdmin.verbose_name_plural attribute now fallbacks to the InlineModelAdmin.verbose_name ... om 260,000 to 320,000. The new LoginView.next_page attribute and get_default_redirect_url() method allow custom ... orms via can_delete by setting the deletion_widget attribute or overriding get_deletion_widget() method. 国際化 ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ib.admin ¶ Added support for the admin_order_field attribute on properties in ModelAdmin.list_display . The new ... した。 django.contrib.auth ¶ The new reset_url_token attribute in PasswordResetConfirmView allows specifying a to ... roup_permissions() method. Added HTML autocomplete attribute to widgets of username, email, and password fields ... ngo.contrib.syndication ¶ Added the language class attribute to the django.contrib.syndication.views.Feed to cu ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7008
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... loading to an ImageField , the object needs a name attribute that passes the validate_image_file_extension vali ... 't set the user's password by setting the password attribute directly -- you must use the set_password() functi ... eed to be provided. The user will have its backend attribute set to the value of the backend argument (which sh ... uld be returned to a browser. The response has the attribute exc_info to provide information about the unhandle ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT