検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 189 for values (0.082 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he command line options. It yields tuples of three values: original_path, processed_path, processed . The pa ... th values are strings and processed is a boolean indicating ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rtual fields ( #22514 ). Prevented edge case where values of FK fields could be initialized with a wrong val ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). makemigrations can now serialize timezone-aware values ( #23365 ). Added a prompt to the migrations quest ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RangeField and ArrayField serialization with None values ( #26215 ). Reallowed dashes in top-level domain n ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 20415 ). Made invalid forms display the initial of values of their disabled fields ( #26129 ). 目次 Django 1 ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RangeField and ArrayField serialization with None values ( #26215 ). Fixed a crash when filtering by a Deci ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ends will contain a full traceback, with names and values of local variables at each level of the stack, plu ... s the values of your Django settings (in other words, the same ...
https://man.plustar.jp/django/topics/logging.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rior to PostgreSQL 11, adding columns with default values causes a full rewrite of the table, for a time pro ... hat populates our new name field with the combined values of first_name and last_name (we've come to our sen ... which have serializable func , args , and keywords values. Pure and concrete path objects from pathlib . Con ... of your serializer must return a string of how the value should appear in migrations and a set of any import ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rovides natural keys . A natural key is a tuple of values that can be used to uniquely identify an object in ... g serialization, but not be able to load those key values, just don't define the get_by_natural_key() method ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 4766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ering. This attribute is a dict with the following values: 'name' : The name of the template in which the ex ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]