検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 127 for query (0.074 sec.)
Django 1.4 release notes — Django 4.0.6 ドキュメント 5823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... nsert large datasets for improved performance, and QuerySet.prefetch_related , a method to batch-load relat ... SELECT FOR UPDATE support ¶ Django 1.4 includes a QuerySet.select_for_update() method, which generates a S ... ELECT ... FOR UPDATE SQL query. This will lock rows until the end of the transact ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 5774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... lass MultipleObjectsReturned ( Exception ): """The query returned multiple objects when only one was expect ... class EmptyResultSet ( Exception ): """A database query predicate is impossible.""" pass [ドキュメント] cl ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... -tree index, which isn't particularly helpful when querying complex data types. Indexes such as GinIndex an ... be made nullable and the values padded with None . Querying ArrayField ¶ There are a number of custom looku ... jects . filter ( tags__contains = [ 'thoughts' ]) <QuerySet [<Post: First post>, <Post: Second post>]> >>> ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 5774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... missing __init__.py or is a file ( #24848 ). Fixed QuerySet.exists() returning incorrect results after anno ... primary_key=True to unique=True ( #24893 ). Fixed queryset pickling when using prefetch_related() after de ... quashed (replacement) migrations ( #24628 ). Fixed queryset annotations when using Case expressions with ex ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... XRegExp is upgraded from version 2.0.0 to 3.2.0. jQuery is upgraded from version 3.4.1 to 3.5.1. Select2 l ... upper_inc , and rangefield.upper_inf lookups allow querying RangeField by a bound type. rangefield.containe ... eld , SmallIntegerField , and DecimalField . SearchQuery now supports 'websearch' search type on PostgreSQL ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
一対一 (one-to-one) 関係 — Django 4.0.6 ドキュメント 5774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... o r.place = p2: >>> Restaurant . objects . all () <QuerySet [<Restaurant: Demon Dogs the restaurant>, <Rest ... urants: >>> Place . objects . order_by ( 'name' ) <QuerySet [<Place: Ace Hardware the place>, <Place: Demon ... Dogs the place>]> You can query the models using lookups across relationships : >> ...
https://man.plustar.jp/django/topics/db/examples/one_to_one.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... geographic coordinate systems, e.g. constructing a query to find all points within 5 miles of a county boun ... ert the geography column to a geometry type in the query: from django.contrib.gis.db.models import PointFie ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... e.objects.get_current() could result in a database query. But Django is a little cleverer than that: on the ... se. If for any reason you want to force a database query, you can tell Django to clear the cache using Site ... objects . get_current () # ... # Force a database query for the third call. Site . objects . clear_cache ( ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... key creation has been updated to take the request query string into account on GET requests. Finally, supp ... -- not just those specified in list_filter -- via query string manipulation. Due to security issues report ... ed to us, however, query string lookup arguments in the admin must be for f ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... o 1.5, the third line no longer triggers a new SQL query to fetch first_choice.poll ; it was set by the sec ... filter users by groups which they are members of. QuerySet.bulk_create() now has a batch_size argument. By ... single batch is limited so that 999 parameters per query isn't exceeded. The LOGIN_URL and LOGIN_REDIRECT_U ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT