検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 61 for postgres (0.020 sec.)
索引 — Django 4.0.6 ドキュメント 14959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns のクラス) AddConstraintNotValid (django.contrib.postgres.operations のクラス) AddField (django.db.migration ... ons のクラス) AddIndexConcurrently (django.contrib.postgres.operations のクラス) addslashes template filter Ad ... の属性) arity (Func の属性) ArrayAgg (django.contrib.postgres.aggregates のクラス) ArrayField (django.contrib.po ... ce field lookup type ArraySubquery (django.contrib.postgres.expressions のクラス) as_data() (Form.errors のメソ ...
https://man.plustar.jp/django/genindex.html - [similar]
Full text search — Django 4.0.6 ドキュメント 10654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rch ¶ The database functions in the django.contrib.postgres.search module ease the use of PostgreSQL's full te ... vector. To use the search lookup, 'django.contrib.postgres' must be in your INSTALLED_APPS . SearchVector ¶ c ... elds, use a SearchVector : >>> from django.contrib.postgres.search import SearchVector >>> Entry . objects . a ... e used by web search engines. 'websearch' requires PostgreSQL ≥ 11. Read PostgreSQL's Full Text Search docs to ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 9712
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific database constraints ¶ PostgreSQL suppo ... rity constraints available from the django.contrib.postgres.constraints module. They are added in the model Me ... exclusion constraint in the database. Internally, PostgreSQL implements exclusion constraints using indexes. ... , you need to activate the btree_gist extension on PostgreSQL. You can install it using the BtreeGistExtension ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 9291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.humanize メッセージフレームワーク django.contrib.postgres The redirects app The sitemap framework The "sites ... on-based messages See the messages documentation . postgres ¶ A collection of PostgreSQL specific features. Se ... e the contrib.postgres documentation . redirects ¶ A framework for managi ... auth contenttypes flatpages gis humanize messages postgres redirects sessions sites sitemaps syndication Othe ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 9219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... For example, to run the tests on Python 3.9 using PostgreSQL:   $ tox -e py39-postgres -- --settings = my_p ... ostgres_settings ...\> tox -e py39-postgres -- --settings=my_postgres_settings This command se ... ngo's test suite dependencies (including those for PostgreSQL), and calls runtests.py with the supplied argume ... nts (in this case, --settings=my_postgres_settings ). The remainder of this documentation sh ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 9045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion, lookups, and transforms that were previously PostgreSQL-only: from django.db import models class Contact ... ) . delete () If your project uses django.contrib.postgres.fields.JSONField , plus the related form field and ... ter now supports negative integers. django.contrib.postgres ¶ The new BloomIndex class allows creating bloom i ... earchQuery now supports 'websearch' search type on PostgreSQL 11+. SearchQuery.value now supports query expres ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 8871
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ostGIS ¶ PostGIS adds geographic object support to PostgreSQL, turning it into a spatial database. GEOS , PROJ ... you are advised to install the following packages: postgresql-x.x , postgresql-x.x-postgis , postgresql-server ... -dev-x.x , and python-psycopg2 (x.x matching the PostgreSQL version you want to install). Alternately, you c ... ial database ¶ PostGIS 2 includes an extension for PostgreSQL that's used to enable spatial functionality: $ c ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 8784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ages.middleware Message middleware. django.contrib.postgres PostgreSQL-specific fields and features django.con ... trib.postgres.aggregates PostgreSQL specific aggregation functio ... ns django.contrib.postgres.constraints PostgreSQL specific database constrain ... t django.contrib.postgres.expressions PostgreSQL specific query expressions ...
https://man.plustar.jp/django/py-modindex.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 8784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for details on how to install. Spatial database ¶ PostgreSQL (with PostGIS), MySQL, Oracle, and SQLite (with ... ベース Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ, PostGIS 10+ Requires PostGIS. ... also this comparison matrix on the OSGeo Wiki for PostgreSQL/PostGIS/GEOS/GDAL possible combinations. インスト ... tions for installing GeoDjango. These options are: Postgres.app (easiest and recommended) Homebrew KyngChaos p ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 8537
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » PostgreSQL specific model fields ¶ All of these fields are ... available from the django.contrib.postgres.fields module. Indexing these fields ¶ Index and F ... the base_field . For example: from django.contrib.postgres.fields import ArrayField from django.db import mod ... ied. This will be passed to the database, although PostgreSQL at present does not enforce the restriction. 注釈 ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT