検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 71 for Lookups (0.068 sec.)
Model index reference — Django 4.0.6 ドキュメント 6353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utable function due to the casting Django does for lookups . Restrictions on SQLite SQLite imposes restrictio ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 6353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ORM. It enables other parts of the system such as lookups, queries, forms, and the admin to understand the c ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... するようになりました。 django.contrib.gis ¶ Distance lookups は、distance value パラメータとして、式 (expressio ... atabase side. Added raster support for all spatial lookups . django.contrib.postgres ¶ 利便性のため、 HStoreF ... jango.db.models import Field from django.db.models.lookups import Exact class MyField ( Field ): ... class My ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6353
" + 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-on ... , rangefield.upper_inc , and rangefield.upper_inf lookups allow querying RangeField by a bound type. rangefi ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ging collations using migrations for more details. Lookups for ArrayField now allow (non-nested) arrays conta ... ssion now allows using the condition argument with lookups . The new Index.include and UniqueConstraint.inclu ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 6353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Dogs the place>]> You can query the models using lookups across relationships : >>> Restaurant . objects . ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
検索 — Django 4.0.6 ドキュメント 6353
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... constructed entirely on public APIs such as custom lookups and database functions . Depending on your databas ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lues. You can query the result using key and index lookups . distinct ¶ New in Django 3.2. An optional boolea ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 6283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on, but it might be useful for implementing custom lookups and expressions. FieldDoesNotExist ¶ exception Fie ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6283
" + 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 more ... ame' ) . desc ()) # or using the double underscore lookup syntax. from django.db.models import CharField from ... e where othercol = %s " , ( param ,))) These extra lookups may not be portable to different database engines ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT