検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 61 for postgres (0.041 sec.)
PostgreSQL specific database functions — Django 4.0.6 ドキュメント 8450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific database functions ¶ All of these funct ... ions are available from the django.contrib.postgres.functions module. RandomUUID ¶ class RandomUUID ¶ ... Returns a version 4 UUID. On PostgreSQL < 13, the pgcrypto extension must be installed. ... install it. Usage example: >>> from django.contrib.postgres.functions import RandomUUID >>> Article . objects ...
https://man.plustar.jp/django/ref/contrib/postgres/functions.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 8204
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » django.contrib.postgresPostgreSQL has a number of features which are no ... tains model fields and form fields for a number of PostgreSQL specific data types. 注釈 Django is, and will co ... r a number of data types which will only work with PostgreSQL. There is no fundamental reason why (for example ... a contrib.mysql module does not exist, except that PostgreSQL has the richest feature set of the supported dat ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 7943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific lookups ¶ Trigram similarity ¶ The trig ... consecutive characters) shared, using a dedicated PostgreSQL extension. A trigram lookup is given an expressi ... milarity threshold. To use it, add 'django.contrib.postgres' in your INSTALLED_APPS and activate the pg_trgm e ... xtension on PostgreSQL. You can install the extension using the Trigram ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 7856
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific aggregation functions ¶ These functions ... are available from the django.contrib.postgres.aggregates module. They are described in more deta ... il in the PostgreSQL docs . 注釈 All functions come without default a ... django.db.models import Q >>> from django.contrib.postgres.aggregates import BoolAnd >>> Comment . objects . ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... istorical migrations. fields.W904 : django.contrib.postgres.fields.JSONField is deprecated. Support for it (ex ... Django 3.1 and 3.2 . fields.E904 : django.contrib.postgres.fields.JSONField is removed except for support in ... E005 : Model names must be at most 100 characters. postgres ¶ The following checks are performed on django.con ... trib.postgres model fields: postgres.E001 : Base field for array ...
https://man.plustar.jp/django/ref/checks.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 7523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific query expressions ¶ These expressions a ... re available from the django.contrib.postgres.expressions module. ArraySubquery() expressions ¶ ... ngo 4.0. ArraySubquery is a Subquery that uses the PostgreSQL ARRAY constructor to build a list of values from ... unctions import JSONObject >>> from django.contrib.postgres.expressions import ArraySubquery >>> books = Book ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 7523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e operations are available from the django.contrib.postgres.operations module. Creating extension using migrat ... ions ¶ You can create a PostgreSQL extension in your database using a migration fil ... r other extensions. Set up the hstore extension in PostgreSQL before the first CreateModel or AddField operati ... ension operation. For example: from django.contrib.postgres.operations import HStoreExtension class Migration ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7523
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted GeoModelAdmin and OSMGeoAdmin . django.contrib.postgres ¶ The PostgreSQL backend now supports connecting b ... y a service name. See PostgreSQL connection settings for more details. The new Ad ... lid operation allows creating check constraints on PostgreSQL without verifying that all existing rows satisfy ... which were created using AddConstraintNotValid on PostgreSQL. The new ArraySubquery() expression allows using ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7349
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er.run_tests() will be removed. The django.contrib.postgres.aggregates.ArrayAgg , JSONBAgg , and StringAgg agg ... ls.url() will be removed. The model django.contrib.postgres.fields.JSONField will be removed. A stub field wil ... ibility with historical migrations. django.contrib.postgres.forms.JSONField , django.contrib.postgres.fields.j ... sonb.KeyTransform , and django.contrib.postgres.fields.jsonb.KeyTextTransform will be removed. The ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PostgreSQL specific form fields and widgets — Django 4.0.6 ドキュメント 7276
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific form fields and widgets ¶ All of these ... and widgets are available from the django.contrib.postgres.forms module. フィールド ¶ SimpleArrayField ¶ clas ... > from django import forms >>> from django.contrib.postgres.forms import SimpleArrayField >>> class NumberList ... > from django import forms >>> from django.contrib.postgres.forms import SimpleArrayField >>> class GridForm ( ...
https://man.plustar.jp/django/ref/contrib/postgres/forms.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT