検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 121 for required (0.044 sec.)
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます。この値は get_email_field_name() で返されます。 REQUIRED_FIELDS ¶ A list of the field names that will be pr ... prompted for when a user is created interactively. REQUIRED_FIELDS has no effect in other parts of Django, lik ... . DateField () height = models . FloatField () ... REQUIRED_FIELDS = [ 'date_of_birth' , 'height' ] 注釈 REQUI ... RED_FIELDS must contain all required fields on your user model, but should not contain ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or caching with Redis. redis-py 3.0.0 or higher is required. For more details, see the documentation on cachin ... me changes to the CSRF_TRUSTED_ORIGINS setting are required. フォーム ¶ ModelChoiceField now includes the prov ... ttps://*.example.com' . A system check detects any required changes. Configuring it may now be required ¶ As C ... ed to form_valid() , or a shared helper method, if required. その他 ¶ Support for cx_Oracle < 7.0 is removed. ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inlength attribute if the field has a min_length . Required form fields now have the required HTML attribute. ... Set the new Form.use_required_attribute attribute to False to disable it. The re ... . This method should return the SQL and parameters required to compute the difference in microseconds between ... forms . CharField ( max_length = 30 , help_text = 'Required. 30 characters or fewer. Letters, digits and @/./+ ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 6741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ight rounded to the nearest integer. Index.name is required when using *expressions . Restrictions on Oracle O ... ed for databases besides PostgreSQL. Index.name is required when using opclasses . condition ¶ Index. conditio ... es records with more than 400 pages. Index.name is required when using condition . Restrictions on PostgreSQL ... ed for databases besides PostgreSQL. Index.name is required when using include . See the PostgreSQL documentat ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6741
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s another model will be treated as a proxy model . required_db_features ¶ Options. required_db_features ¶ List ... may not be created as the ORM doesn't handle this. required_db_vendor ¶ Options. required_db_vendor ¶ Name of ... _to ordering permissions default_permissions proxy required_db_features required_db_vendor select_on_save inde ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 6691
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing open source geospatial libraries: Program 説明 Required Supported Versions GEOS Geometry Engine Open Sourc ... ango. In other words, no database or settings file required -- import them as normal from django.contrib.gis . ... which will install, directly or by dependency, the required geospatial libraries: $ sudo apt-get install binut ... QL or Oracle as the spatial database, only GEOS is required. 注釈 On Linux platforms, it may be necessary to r ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 6530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... as soon as possible (nothing more than renaming is required). initial_data fixtures are no longer loaded for a ... re releases of Django, the Field API now has a new required method: deconstruct() . This method takes no argum ... to the underlying send_mail() call. The permission_required() decorator can take a list of permissions as well ... ing the require_all_fields argument to False . The required attribute for each individual field will be respec ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6468
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ,), 'fields' : ( 'enable_comments' , 'registration_required' , 'template_name' , ), }), ) # Re-register FlatPa ... li > {% endfor %} </ ul > Displaying registration_required flatpages ¶ By default, the get_flatpages template ... l only show flatpages that are marked registration_required = False . If you want to display registration-prot ... objects in your templates Displaying registration_required flatpages Limiting flatpages by base URL Integrati ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6418
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... インを同梱するようになりました。 AccessMixin , LoginRequiredMixin , PermissionRequiredMixin , そして UserPasses ... elf.request.user でアクセス可能である。 permission_required 属性は文字列 (1つのパーミッションを定義する) または ... Django 1.9). The permission argument of permission_required() accepts all kinds of iterables, not only list an ... ated on demand, drastically reducing the amount of required memory. However, this improvement is not available ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cation. More information can be found in the login_required() documentation. Django now provides a mod_wsgi au ... meapp.someperm' in perms %} in templates. It's not required any more to have 404.html and 500.html templates i ... as a backwards incompatible change. ALLOWED_HOSTS required in production ¶ The new ALLOWED_HOSTS setting vali ... gainst host-poisoning attacks. This setting is now required whenever DEBUG is False , or else django.http.Http ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT