検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 113 for PostgreSQL (0.047 sec.)
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6697
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd CITextExtension migration operation allow using PostgreSQL's citext extension for case-insensitive lookups. T ... locked argument to QuerySet.select_for_update() on PostgreSQL 9.5+ and Oracle to execute queries with FOR UPDATE ... LOCKED . Added the TEST['TEMPLATE'] setting to let PostgreSQL users specify a template for creating the test dat ... uerySet.iterator() now uses server-side cursors on PostgreSQL. This feature transfers some of the worker memory ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6697
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or ways to increase the security of your site. New PostgreSQL specific functionality ¶ Django now has a module w ... ith extensions for PostgreSQL specific features, such as ArrayField , HStoreFiel ... iers. It is stored as the native uuid data type on PostgreSQL and as a fixed length character field on other bac ... . It is stored in the native interval data type on PostgreSQL, as a INTERVAL DAY(9) TO SECOND(6) on Oracle, and ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en ordering by fields not in the values() call. On PostgreSQL only, you can pass positional arguments ( *fields ... Examples (those after the first will only work on PostgreSQL): >>> Author . objects . distinct () [...] >>> Ent ... requirements. Conversions are performed in Python. PostgreSQL: no requirements (see Time Zones ). Oracle: no req ... els without selected fields will not be locked. On PostgreSQL only, you can pass no_key=True in order to acquire ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6558
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mple: DATABASE_NAME = 'test_db' DATABASE_ENGINE = 'postgresql_psycopg2' DATABASE_USER = 'myusername' DATABASE_PA ... NAME' : 'test_db' , 'ENGINE' : 'django.db.backends.postgresql_psycopg2' , 'USER' : 'myusername' , 'PASSWORD' : ' ... ly qualified module name (i.e., django.db.backends.postgresql_psycopg2 , rather than just postgresql_psycopg2 ). ... postgresql database backend ¶ The psycopg1 library has not be ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 6457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific aggregation functions ¶ These functions a ... s module. They are described in more detail in the PostgreSQL docs . 注釈 All functions come without default ali ... d3' , x = 'field2' )) {'avgx': 2, 'avgy': 13} 目次 PostgreSQL specific aggregation functions General-purpose agg ... のトピックへ django.contrib.postgres 次のトピックへ PostgreSQL specific database constraints 関連キーワード defau ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leware Message middleware. django.contrib.postgres PostgreSQL-specific fields and features django.contrib.postgr ... es.aggregates PostgreSQL specific aggregation functions django.contrib.post ... gres.constraints PostgreSQL specific database constraint django.contrib.postgr ... es.expressions PostgreSQL specific query expressions django.contrib.postgres ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 1.11. Allowed disabling server-side cursors on PostgreSQL ¶ The change in Django 1.11 to make QuerySet.itera ... tor() use server-side cursors on PostgreSQL prevents running Django with PgBouncer in transact ... ースノート Allowed disabling server-side cursors on PostgreSQL Bugfixes 前のトピックへ Django 1.11.2 リリースノー ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction returns a version 4 UUID. It requires use of PostgreSQL's pgcrypto extension which can be activated using ... abase supports a native duration field (Oracle and PostgreSQL), Extract now works with DurationField . Added the ... ent to QuerySet.select_for_update() , supported on PostgreSQL and Oracle, to lock only rows from specific tables ... to save a null character to a char/text field with PostgreSQL. 2.0 における後方互換性のない変更 ¶ いくつかの場所 ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2.28 release notes — Django 4.0.6 ドキュメント 6319
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l SQL injection via QuerySet.explain(**options) on PostgreSQL ¶ QuerySet.explain() method was subject to SQL inj ... l SQL injection via QuerySet.explain(**options) on PostgreSQL 前のトピックへ Django 3.0 リリースノート 次のトピッ ...
https://man.plustar.jp/django/releases/2.2.28.html - [similar]
Django 3.2.13 release notes — Django 4.0.6 ドキュメント 6268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l SQL injection via QuerySet.explain(**options) on PostgreSQL ¶ QuerySet.explain() method was subject to SQL inj ... l SQL injection via QuerySet.explain(**options) on PostgreSQL Bugfixes 前のトピックへ Django 4.0 release notes 次 ...
https://man.plustar.jp/django/releases/3.2.13.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT