検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 189 for values (0.029 sec.)
Django 1.11.4 リリースノート — Django 4.0.6 ドキュメント 6210
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion in 1.11.3 on Python 2 where non-ASCII format values for date/time widgets results in an empty value in ... lates will need to adapt for the fact that context values checkbox_name , checkbox_id , is_initial , input_t ... , initial , queryset , union , QuerySet , crash , values クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.11.4.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6144
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r ModelAdmin.list_filter allows filtering on empty values (empty strings and nulls) in the admin changelist ... .SafeExceptionReporterFilter now filters sensitive values from request.META in exception reports. The new Sa ... a PositiveIntegerField except that it only allows values under a certain (database-dependent) limit. Values ... eate() , and set() methods now accept callables as values in the through_defaults argument. The new is_dst p ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Signals — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... al, so _state attributes always have their default values. For example, _state.db is None . 警告 For perform ... and post_add actions, this is a set of primary key values that will be, or have been, added to the relation. ... This may be a subset of the values submitted to be added, since inserts must filter e ... xisting values in order to avoid a database IntegrityError . For ...
https://man.plustar.jp/django/ref/signals.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tings file. Here's an explanation of all available values for CACHES . Memcached ¶ Memcached is an entirely ... chosen memcached binding) Set LOCATION to ip:port values, where ip is the IP address of the Memcached daemo ... single cache, without the need to duplicate cache values on each machine. To take advantage of this feature ... number of entries allowed in the cache before old values are deleted. This argument defaults to 300 . CULL_ ...
https://man.plustar.jp/django/topics/cache.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6024
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... c = Client ( HTTP_USER_AGENT = 'Mozilla/5.0' ) The values from the extra keyword arguments passed to get() , ... な選択肢となるでしょう。 exc_info ¶ A tuple of three values that provides information about the unhandled exce ... ption, if any, that occurred during the view. The values are (type, value, traceback), the same as returned ... ings directly as Django won't restore the original values after such manipulations. SimpleTestCase. settings ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 2.0.1 リリースノート — Django 4.0.6 ドキュメント 5969
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 84 )。 QuerySet.select_for_update(of=(...)) の後に values() または values_list() をチェインするとクラッシュす ... Fixed , models , 変換 , ted , update , incorrect , values , regression クイック検索 Last update: 2022年6月01 ...
https://man.plustar.jp/django/releases/2.0.1.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5969
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ough an untrusted medium. Cryptographically signed values can be passed through an untrusted channel safe in ... . Django provides both a low-level API for signing values and a high-level API for setting and reading signe ... ses key to generate signatures and sep to separate values. sep cannot be in the URL safe base64 alphabet . T ... object() methods were added. Verifying timestamped values ¶ TimestampSigner is a subclass of Signer that app ...
https://man.plustar.jp/django/topics/signing.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 5903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) >>> list ( q . items ()) [('a', '3')] QueryDict. values () ¶ Like dict.values() , except this uses the sam ... >>> q = QueryDict ( 'a=1&a=2&a=3' ) >>> list ( q . values ()) ['3'] 加えて、 QueryDict は以下のメソッドを持ち ... ) ¶ Like setdefault() , except it takes a list of values instead of a single value. QueryDict. lists () ¶ L ... ike items() , except it includes all values, as a list, for each member of the dictionary. For ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _within=Country.objects.filter(continent='Africa').values('mpoly')) . The SpatiaLite backend now supports Co ... ackend no longer strips microseconds from datetime values as MySQL 5.6.4 and up supports fractional seconds ... Oracle notes . AbstractUser.last_login allows null values ¶ The AbstractUser.last_login field now allows nul ... l values. Previously, it defaulted to the time when the use ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5849
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e new through_defaults argument is used to specify values for new intermediate model instance(s). Request と ... readability, the UUIDField form field now displays values with dashes, e.g. 550e8400-e29b-41d4-a716-44665544 ... now include a check constraint to prevent negative values in the database. If you have existing invalid data ... query data, NullBooleanSelect now renders <option> values of unknown , true , and false instead of 1 , 2 , a ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT