検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 572 for Index (0.022 sec.)
Model index reference — Django 4.0.6 ドキュメント 13021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Model index ref ... erence ¶ Index classes ease creating database indexes. They can b ... e added using the Meta.indexes option. This document explains the API reference ... s of Index which includes the index options . Referencing bui ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 10140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » PostgreSQL spec ... ific model indexes ¶ The following are PostgreSQL specific indexes ... available from the django.contrib.postgres.indexes module. BloomIndex ¶ class BloomIndex ( * expres ... ne , columns = () , ** options ) ¶ Creates a bloom index. To use this index access you need to activate the ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 9459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Tablespaces ¶ A ... code you cannot control. Declaring tablespaces for indexes ¶ You can pass the db_tablespace option to an In ... to specify the name of a tablespace to use for the index. For single field indexes, you can pass the db_tab ... ify an alternate tablespace for the field's column index. If the column doesn't have an index, the option i ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 8673
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » SchemaEditor ¶ ... ovided model, along with any unique constraints or indexes it requires. delete_model() ¶ BaseDatabaseSchema ... the database along with any unique constraints or indexes it has. add_index() ¶ BaseDatabaseSchemaEditor. ... add_index ( model , index ) ¶ Adds index to model 's table. ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 8098
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » The sitemap fra ... XML file on your website that tells search-engine indexers how frequently your pages change and how "impor ... n your site. This information helps search engines index your site. The Django sitemap framework automates ... ant, but the location is. Search engines will only index links in your sitemap for the current URL level an ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 7047
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Constraints ref ... constraints have the same database restrictions as Index.expressions . fields ¶ UniqueConstraint. fields ¶ ... conditions have the same database restrictions as Index.condition . deferrable ¶ UniqueConstraint. deferra ... f the fields to be included in the covering unique index as non-key columns. This allows index-only scans t ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 6843
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » はじめての Djan ... urlpatterns = [ # ex: /polls/ path ( '' , views . index , name = 'index' ), # ex: /polls/5/ path ( '<int:q ... ータベース API を使ってみましょう。試しに次のような index() ビューを作ります。これは、システム上にある最新の ... port HttpResponse from .models import Question def index ( request ): latest_question_list = Question . obj ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 6737
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » PostgreSQL spec ... ass ExclusionConstraint ( * , name , expressions , index_type = None , condition = None , deferrable = None ... PostgreSQL implements exclusion constraints using indexes. The default index type is GiST . To use them, y ... ve operators can be used in exclusion constraints. index_type ¶ ExclusionConstraint. index_type ¶ The index ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Database migration operations — Django 4.0.6 ドキュメント 6472
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » Database migrat ... s are supported only on PostgreSQL 12+. Concurrent index operations ¶ PostgreSQL supports the CONCURRENTLY ... option to CREATE INDEX and DROP INDEX statements to add and remove indexe ... s. This option is useful for adding or removing an index in a live production database. class AddIndexConcu ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6419
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 4.0.6 ドキュメント Home | Table of contents | Index | Modules « previous | up | next » GeoDjango Datab ... for geometries. The only difference is that a band index can be specified as additional input. If no band i ... x is specified, the first band is used by default (index 0 ). In that case the syntax is identical to the s ... yntax for geometry lookups. To specify the band index, an additional parameter can be specified on both ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT