検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 84 for lookup (0.057 sec.)
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6598
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... yField , HStoreField , Range Fields , and unaccent lookup. A full breakdown of the features is available in ... now allowed to include a subquery as a geographic lookup argument, for example City.objects.filter(point__w ... django.contrib.sites ¶ get_current_site() will now lookup the current site based on request.get_host() if th ... behavior of get_object() so that it'll perform its lookup using both the primary key and the slug. The get_f ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.admin ¶ ModelAdmin.search_fields now accepts any lookup such as field__exact . jQuery のバージョンが 2.2.3 ... None as a django.contrib.postgres.fields.JSONField lookup value now matches objects that have the specified ... constants.QUERY_TERMS constant is removed. The get_lookup() and get_lookups() methods of the Lookup Registra ... hey allow your code to also account for any custom lookups that have been registered. py-bcrypt はメンテナン ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 6557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #32649 ). Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template ... #32650 ). Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templ ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #28051 ). Fixed a crash when using a __icontains lookup on a ArrayField ( #28038 ). Fixed a crash when usi ... ession causing incorrect queries for __in subquery lookups when models use ForeignKey.to_field ( #28101 ). F ... s of Django 1.11.) Fixed a regression causing __in lookups on a foreign key to fail when using the foreign k ... ey's parent model as the lookup value ( #28175 ). 目次 Django 1.11.1 リリースノート ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルトインのフィールドに対する rangefield.contained_by lookup のサポートが追加されました。 Added django.contrib. ... コードとマッチせず、host が port を持っているせいで lookup が失敗する場合、ドメイン部分だけを使用して lookup ... r_with_respect_to on the same model. Date and time lookups can be chained with other lookups (such as exact ... Entry.objects.filter(pub_date__month__gt=6) . Time lookups (hour, minute, second) are now supported by TimeF ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Full text search — Django 4.0.6 ドキュメント 6435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... earching, see the topic documentation . The search lookup ¶ A common way to use full text search is to searc ... tching the query and the vector. To use the search lookup, 'django.contrib.postgres' must be in your INSTALL ... on to the trigram_similar and trigram_word_similar lookups, you can use a couple of other expressions. To us ... r: Katy Stevens>] 目次 Full text search The search lookup SearchVector SearchQuery SearchRank SearchHeadline ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er ( context ) "My name is Dolores." Variables and lookups ¶ Variable names must consist of any letter (A-Z) ... te rendering. A dot in a variable name signifies a lookup . Specifically, when the template system encounter ... s a dot in a variable name, it tries the following lookups, in this order: Dictionary lookup. Example: foo[" ... bar"] Attribute lookup. Example: foo.bar List-index lookup. Example: foo[ ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oders. The model field supports the introspection, lookups, and transforms that were previously PostgreSQL-o ... from INSTALLED_APPS . django.contrib.gis ¶ relate lookup is now supported on MariaDB. Added the LinearRing. ... , rangefield.upper_inc , and rangefield.upper_inf lookups allow querying RangeField by a bound type. rangef ... e class allows highlighting search results. search lookup now supports query expressions. The new cover_dens ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ctions import Length , Upper from django.db.models.lookups import GreaterThan # Find companies that have mor ... ame' ) . desc ()) # or using the double underscore lookup syntax. from django.db.models import CharField fro ... odels.functions import Length CharField . register_lookup ( Length ) Company . objects . order_by ( 'name__l ... ompany = OuterRef ( 'pk' ), salary__gt = 10 )) ) # Lookup expressions can also be used directly in filters C ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6394
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mporary redirect (status code 302). A new database lookup type -- week_day -- has been added for DateField a ... nd DateTimeField . This type of lookup accepts a number between 1 (Sunday) and 7 (Saturda ... matches that day of the week. See the full list of lookup types for details. The {% for %} tag in Django's t ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT