検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 127 for query (0.060 sec.)
素の SQL 文の実行 — Django 4.0.6 ドキュメント 7573
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... queries without writing raw SQL. For example: The QuerySet API is extensive. You can annotate and aggregat ... se functions . Beyond those, you can create custom query expressions . Before using raw SQL, explore the OR ... ンスを返させる場合に利用できます: Manager. raw ( raw_query , params = () , translations = None ) ¶ This metho ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7524
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... d on user input (commonly, a "next" parameter in a querystring indicating where to redirect upon successful ... o "typecast" on certain queries; for example, when querying a table which contains string values, but using ... a query which filters based on an integer value, MySQL wil ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7475
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... nes introduced in Django 1.4 didn't work well with QuerySet.dates() : aggregation was always performed in U ... TC. This limitation was lifted in Django 1.6. Use QuerySet.datetimes() to perform time zone aware aggregat ... SERT were needed. The new algorithm needs only one query for updating an existing row while the old algorit ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7426
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ll backends. There is a corresponding form field . Query Expressions, Conditional Expressions, and Database ... Functions ¶ Query Expressions allow you to create, customize, and co ... be deleted on the deletion confirmation page. The jQuery library embedded in the admin has been upgraded to ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... d on user input (commonly, a "next" parameter in a querystring indicating where to redirect upon successful ... o "typecast" on certain queries; for example, when querying a table which contains string values, but using ... a query which filters based on an integer value, MySQL wil ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 7242
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... d on user input (commonly, a "next" parameter in a querystring indicating where to redirect upon successful ... o "typecast" on certain queries; for example, when querying a table which contains string values, but using ... a query which filters based on an integer value, MySQL wil ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 7144
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... dules « previous | up | next » PostgreSQL specific query expressions ¶ These expressions are available from ... jango.contrib.postgres.expressions module. ArraySubquery() expressions ¶ class ArraySubquery ( queryset ) ¶ ... New in Django 4.0. ArraySubquery is a Subquery that uses the PostgreSQL ARRAY const ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 6814
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... IDN before quoting. try : scheme , netloc , path , query , fragment = urlsplit ( url ) except ValueError : ... nvalid domain part return unquote_quote ( url ) if query : # Separately unquoting key/value, so as to not m ... ix querystring separators # included in query values. See # ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Django 2.0.7 リリースノート — Django 4.0.6 ドキュメント 6765
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... gfixes ¶ Fixed admin changelist crash when using a query expression without asc() or desc() in the page's o ... g ( #29428 ). Fixed admin check crash when using a query expression in ModelAdmin.ordering ( #29428 ). Fixe ... ード Fixed , crash , using , ordering , expression , query , when , admin , Bugfixes , next クイック検索 Last ...
https://man.plustar.jp/django/releases/2.0.7.html - [similar]
データベース — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (elem).html(" " + filtername + " "); } }); }); })(jQuery); Django 4.0.6 ドキュメント Home | Table of conten ... ion to the database when it first makes a database query. It keeps this connection open and reuses it in su ... ension operation. Server-side cursors ¶ When using QuerySet.iterator() , Django opens a server-side cursor ... the results of cursor queries will be fetched. The query planner spends less time planning the query and st ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT