検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 84 for Lookup (0.072 sec.)
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 6313
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a regression in Django 2.0.7 that broke the regex lookup on MariaDB (even though MariaDB isn't officially s ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... first_name' ) The ordering argument supports query lookups to sort by values on related models. This example ... ラスで、title` と parameter_name 属性を指定し、また lookups と queryset メソッドをオーバーライドする必要があり ... ed in the URL query. parameter_name = 'decade' def lookups ( self , request , model_admin ): """ Returns a l ... ,) 注釈 利便性のため、 HttpRequest オブジェクトが lookups と queryset メソッドに渡されます。例えば: class A ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... istIndex OpClass() expressions PostgreSQL specific lookups Trigram similarity Unaccent Database migration op ... t enforcing validation Full text search The search lookup SearchVector SearchQuery SearchRank SearchHeadline ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ class When ( condition = None , then = None , ** lookups ) ¶ A When() object is used to encapsulate a cond ... method. The condition can be specified using field lookups , Q objects, or Expression objects that have an o ... e then keyword. Changed in Django 4.0: Support for lookup expressions was added. Some examples: >>> from dja ... OLD , then = F ( 'name' )) >>> # You can use field lookups in the condition >>> from datetime import date >> ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d a typo in the name of the strictly_above PostGIS lookup ( #25592 ). Fixed crash with contrib.postgres.form ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h() ( #26297 ). Fixed a crash when using a reverse lookup with a subquery when a ForeignKey has a to_field s ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... irst name is John. My last name is Doe. Dictionary lookup, attribute lookup and list-index lookups are imple ... o_engine . from_string ( "Hello {{ name }}!" ) The lookup key — 'django' in this example — is the engine's N ...
https://man.plustar.jp/django/topics/templates.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be removed. The undocumented usage of the isnull lookup with non-boolean values as the right-hand side wil ... _time() methods will be removed. Support for query lookups using the model name when Meta.default_related_na ... me is set will be removed. The __search query lookup and the DatabaseOperations.fulltext_search_sql() m ... PermWrapper and django.core.context_processors.PermLookupDict will be removed in favor of the corresponding ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... refers to the nonexistent field, related field, or lookup <field name> . models.E016 : constraints/indexes/i ... d with an underscore as it collides with the query lookup syntax. models.E024 : The model name <model> canno ... n double underscores as it collides with the query lookup syntax. models.E025 : The property <property name> ...
https://man.plustar.jp/django/ref/checks.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ified, e.g. example.com:80 . In such cases, if the lookup fails because the host does not match a record in ... the database, the port is stripped and the lookup is retried with the domain part only. This does no ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT