検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 84 for lookup (0.048 sec.)
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 7384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evel relationships. This is implemented by passing lookup arguments in the querystring portion of the URL, a ... dge of a model's structure and the format of these lookup arguments to invent useful new filters on the fly ... s which -- with repeated use of regular-expression lookups supported by the Django database API -- expose se ... o.contrib.admin will now validate that querystring lookup arguments either specify only fields on the model ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 7262
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Querying ArrayField ¶ There are a number of custom lookups and transforms for ArrayField . We will use the f ... self ): return self . name contains ¶ The contains lookup is overridden on ArrayField . The returned objects ... contained_by ¶ This is the inverse of the contains lookup - the objects returned will be those where the dat ... post>]> len ¶ Returns the length of the array. The lookups available afterward are those available for Integ ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... します。 検索パラメータ ( **kwargs ) は以下の Field lookups で説明されているフォーマットに従わなければなりませ ... します。 検索パラメータ ( **kwargs ) は以下の Field lookups で説明されているフォーマットに従わなければなりませ ... 'beatles blog'}]> You can use built-in and custom lookups in ordering. For example: >>> from django.db.mode ... ls.functions import Lower >>> CharField . register_lookup ( Lower ) >>> Blog . objects . values ( 'name__low ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 7018
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g the setUp() method of your test case. ModelAdmin.lookup_allowed signature changed ¶ Django 1.2.4 introduce ... d a method lookup_allowed on ModelAdmin , to cope with a security is ... r documented, it seems some people have overridden lookup_allowed , especially to cope with regressions intr ... ustom SQL to load initial data in tests ModelAdmin.lookup_allowed signature changed 前のトピックへ Django 1. ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evel relationships. This is implemented by passing lookup arguments in the querystring portion of the URL, a ... dge of a model's structure and the format of these lookup arguments to invent useful new filters on the fly ... s which -- with repeated use of regular-expression lookups supported by the Django database API -- expose se ... o.contrib.admin will now validate that querystring lookup arguments either specify only fields on the model ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... refer to remote objects using Natural keys . This lookup scheme is an alternative to the normal primary-key ... prep_value ( self , value ): # ... def get_db_prep_lookup ( self , lookup_type , value ): # ... In 1.2, thes ... et_prep_value ( self , value ): # ... def get_prep_lookup ( self , lookup_type , value ): # ... def get_db_p ... ection , prepared = False ): # ... def get_db_prep_lookup ( self , lookup_type , value , connection , prepar ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6896
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... values on PostgreSQL. The new trigram_word_similar lookup, and the TrigramWordDistance() and TrigramWordSimi ... lect_for_update() is now allowed on MariaDB 10.6+. Lookup expressions may now be used in QuerySet annotation ... d-party database backends. DatabaseOperations.year_lookup_bounds_for_date_field() and year_lookup_bounds_for ... -tag . The undocumented django.contrib.admin.utils.lookup_needs_distinct() function is renamed to lookup_spa ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for_this_type ( ** kwargs ) ¶ Takes a set of valid lookup arguments for the model the ContentType represents ... , and does a get() lookup on that model, returning the corresponding object. ... y this ContentType instance. For example, we could look up the ContentType for the User model: >>> from djan ... can pass an app_label and model into a ContentType lookup at runtime, and then work with the model class or ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... きるようになりました。 Added support for the dwithin lookup on SpatiaLite. The Area function, Distance functio ... n, and distance lookups now work with geodetic coordinates on SpatiaLite. ... IsValid function, MakeValid function, and isvalid lookup. Added Oracle support for the AsGML function, Boun ... dingCircle function, IsValid function, and isvalid lookup. django.contrib.postgres ¶ The new distinct argume ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 6652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gression in Django 3.1 that caused a crash of __in lookup when using key transforms for JSONField in the loo ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT