検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 189 for values (0.149 sec.)
How to create database migrations — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : dependencies = [ ( 'myapp' , '0005_populate_uuid_values' ), ] operations = [ migrations . AlterField ( mod ... the unique constraint until we've populated unique values on all the rows. In the first empty migration file ... n import of uuid . For example: 0005_populate_uuid_values.py ¶ # Generated by Django A.B on YYYY-MM-DD HH:MM ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... severity of the message. Use one of the predefined values: DEBUG , INFO , WARNING , ERROR , CRITICAL . If th ... url() to path() . 4_0.E001 : As of Django 4.0, the values in the CSRF_TRUSTED_ORIGINS setting must start wit ... e. fields.E110 : BooleanField s do not accept null values. This check appeared before support for null value ... s cannot have blank=True if null=False , as blank values are stored as nulls. fields.E160 : The options aut ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _type ¶ The index type of the constraint. Accepted values are GIST or SPGIST . Matching is case insensitive. ... create a deferrable exclusion constraint. Accepted values are Deferrable.DEFERRED or Deferrable.IMMEDIATE . ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is inherited by subclasses, with exactly the same values for the attributes (including name ) each time. To ... to create a deferrable unique constraint. Accepted values are Deferrable.DEFERRED or Deferrable.IMMEDIATE . ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... inal types). The errors parameter takes any of the values that are accepted by Python's str() function for i ... ts any non-ASCII characters to the correct encoded values. 注釈 Technically, it isn't correct to say that ir ... d, TextField, URLField, etc.) will contain Unicode values when Django retrieves data from the database. This ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tead of \Z in the regular expressions). If you use values with newlines in HTTP response or email headers, y ... related_query_name ( #24940 ). Reallowed non-ASCII values for ForeignKey.related_name on Python 3 by fixing ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t argument for ArrayAgg determines if concatenated values will be distinct. The new RandomUUID database func ... eta.ordering . The new named parameter of QuerySet.values_list() allows fetching results as named tuples. Th ... or consistency). django.test also now passes those values as strings rather than as integers. Third-party da ... e zones no longer convert aware datetimes to naive values in UTC anymore when such values are passed as para ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 5193
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , see 使うフィールドを選択する . Providing initial values ¶ 通常のフォームと同様に、フォームをインスタンス化 ... widgets parameter, you can specify a dictionary of values to customize the ModelForm 's widget class for a p ... のフィールドがローカル化されます。 Providing initial values ¶ As with regular formsets, it's possible to speci ... tory() . However, with model formsets, the initial values only apply to extra forms, those that aren't attac ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dmin , request , queryset ): selected = queryset . values_list ( 'pk' , flat = True ) ct = ContentType . obj ... ctions allowed. The keys are action names, and the values are (function, name, short_description) tuples. Fo ... user passes at least one of the checks. Available values for permissions and the corresponding method check ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5127
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... we can abstract the "thank you" notice to use the values of the current site's name and domain . Here's an ... register_for_newsletter ( request ): # Check form values, etc., and subscribe the user. # ... current_site ... register_for_newsletter ( request ): # Check form values, etc., and subscribe the user. # ... subject = loa ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]