検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 189 for values (0.112 sec.)
Django Deprecation Timeline — Django 4.0.6 ドキュメント 5554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mmand.requires_system_checks won't support boolean values. The whitelist argument and domain_whitelist attri ... call repr() on a queryset when compared to string values. django.core.cache.backends.memcached.MemcachedCac ... mented usage of the isnull lookup with non-boolean values as the right-hand side will no longer be allowed. ... for the pre-Django 3.1 encoding format of cookies values used by django.contrib.messages.storage.cookie.Coo ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons should be a dictionary mapping option names to values. AlterModelManagers ¶ class AlterModelManagers ( n ... migrations . RunSQL ( "INSERT INTO musician (name) VALUES ('Reinhardt');" ) migrations . RunSQL ([( "INSERT ... INTO musician (name) VALUES ('Reinhardt');" , None )]) migrations . RunSQL ([( ... "INSERT INTO musician (name) VALUES ( %s );" , [ 'Reinhardt' ])]) クエリにパーセント文 ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t kwargs : Keyword arguments, as a dict These four values allow any field to be serialized into a file, as w ... s custom methods were lost after the first call to values() or values_list() . Writing a custom Manager was ... Transform class allows transformations of database values prior to the final lookup. For example it is possi ... lling only() and defer() on the result of QuerySet.values() now raises an error (before that, it would eithe ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 2.2.26 release notes — Django 4.0.6 ドキュメント 5554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e artificially large in relative to the comparison values. On the assumption that access to user registratio ... . In order to mitigate this issue, relatively long values are now ignored by UserAttributeSimilarityValidato ...
https://man.plustar.jp/django/releases/2.2.26.html - [similar]
Django 3.2.11 release notes — Django 4.0.6 ドキュメント 5554
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e artificially large in relative to the comparison values. On the assumption that access to user registratio ... . In order to mitigate this issue, relatively long values are now ignored by UserAttributeSimilarityValidato ...
https://man.plustar.jp/django/releases/3.2.11.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e ) for arg in itertools . chain ( args , kwargs . values ()) ): return lazy_func ( * args , ** kwargs ) ret ... lf . _wrapped , memo ) def partition ( predicate , values ): """ Split the values into two sets, based on th ... , 1, 2, 3], [4] """ results = ([], []) for item in values : results [ predicate ( item )] . append ( item ) ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... fields is stored. When set to True , any trailing values which are blank will be stripped from the result. ... ue , but remove_trailing_nulls is True , then null values are only allowed at the end, and will be stripped. ... SON encoded data for an HStoreField . It casts all values (except nulls) to strings. It is represented by an ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ome databases. Fixed custom queryset chaining with values() and values_list() ( #20625 ). Moved the unsaved ...
https://man.plustar.jp/django/releases/1.8.5.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... che. Fixed data loss on SQLite where DurationField values with fractional seconds could be saved as None ( # ... nadvertently escaping its contents when displaying values after failed form validation ( #25532 ). 目次 Djan ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 5488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . When using with ArrayField(BooleanField()) , all values after the first True value were marked as checked ... instead of preserving passed values ( #31073 ). 目次 Django 3.0.1 リリースノート CVE-2 ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT