検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 189 for values (0.069 sec.)
Django 3.0.3 リリースノート — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Exists() アノテーションが含まれる場合に、 QuerySet.values() と values_list() がクラッシュするという Django 3 ... クラッシュ , 言語 , delimiter , チェック , 利用 , values , QuerySet , 選択 クイック検索 Last update: 2022年 ...
https://man.plustar.jp/django/releases/3.0.3.html - [similar]
Django 1.8.12 リリースノート — Django 4.0.6 ドキュメント 5783
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 5 ). Fixed data loss on SQLite where DurationField values with fractional seconds could be saved as None ( # ... es , ドキュメント , None , where , DurationField , values クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.8.12.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 5729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the database. params -- a list/tuple of parameter values for the SQL command, or a list/tuple of lists/tupl ... and whether params is expected to be a sequence of values, or a sequence of sequences of values). context -- ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
設定 — Django 4.0.6 ドキュメント 5663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... omains of example.com . Changed in Django 4.0: The values in older versions must only include the hostname ( ... ing means localhost. Not used with SQLite. If this value starts with a forward slash ( '/' ) and you're usin ... r option of the DATABASES setting accepts the same values as the general TIME_ZONE setting. When USE_TZ is T ... are written right-to-left. Generally, the default value should suffice. Only set this setting if you want t ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 5663
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sion allows using subqueries to construct lists of values on PostgreSQL. The new trigram_word_similar lookup ... ld now supports multiplying and dividing by scalar values on SQLite. QuerySet.bulk_update() now returns the ... 9c. CSRF_TRUSTED_ORIGINS changes ¶ Format change ¶ Values in the CSRF_TRUSTED_ORIGINS setting must include t ... r 'https://' ) instead of only the hostname. Also, values that started with a dot, must now also include an ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or " \r " in val : raise BadHeaderError ( "Header values can't contain newlines (got %r for header %r )" % ... t_list_header_if_not_empty ( self , msg , header , values ): """ Set msg's header, either from self.extra_he ... aders, if present, or from the values argument. """ if values : try : value = self . ext ... eyError : value = ", " . join ( str ( v ) for v in values ) msg [ header ] = value class EmailMultiAlternati ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , formsets receive a dictionary with the following values: formset : The formset instance. Context available ... ult, forms receive a dictionary with the following values: form : The bound form. fields : All bound fields, ... ntext, widget . This is a dictionary that contains values like: name value attrs is_hidden template_name Som ... ¶ Each widget has a template_name attribute with a value such as input.html . Built-in widget templates are ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... added. Band data can now be updated with repeated values efficiently. Added database functions IsValid and ... r-day or sales-per-hour. Model.__init__() now sets values of virtual fields from its keyword arguments. The ... actice be any numeric Python type. decimal.Decimal values retrieved from the database are now converted to f ... loat to make it easier to combine them with values used by the GIS libraries. In order to enable temp ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n all entries for each year: >>> Entry . objects . values ( 'pub_date__year' ) . annotate ( ... top_rating = ... ub_date__year' ), ... ) . order_by ( '-rating' ) . values ( 'rating' )[: 1 ] ... ), ... total_comments = Sum ... SQL NULL by using Value('null') . Whichever of the values is stored, when retrieved from the database, the P ... Unless you are sure you wish to work with SQL NULL values, consider setting null=False and providing a suita ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a value from the URL, use angle brackets. Captured values can optionally include a converter type. For examp ... ses are specified by four variables. Their default values should suffice for most projects, but further cust ... omization is possible by overriding their default values. See the documentation on customizing error views ... for the full details. Such values can be set in your root URLconf. Setting these var ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT