django-postgres-extra
Overview
Installation
Managers & Models
HStore
Indexes
Conflict handling
Deletion
Table partitioning
Expressions
Annotations
Settings
API Reference
Major releases
django-postgres-extra
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
_
__init__() (psqlextra.fields.HStoreField method)
A
all() (psqlextra.types.ConflictAction class method)
(psqlextra.types.StrEnum class method)
ApplyState (class in psqlextra.backend.migrations.operations)
B
bulk_insert() (psqlextra.query.PostgresQuerySet method)
bulk_upsert() (psqlextra.query.PostgresQuerySet method)
C
CaseInsensitiveUniqueIndex (class in psqlextra.indexes)
ConditionalUniqueIndex (class in psqlextra.indexes)
ConflictAction (class in psqlextra.types)
D
database_backwards() (psqlextra.backend.migrations.operations.ApplyState method)
(psqlextra.backend.migrations.operations.PostgresAddDefaultPartition method)
(psqlextra.backend.migrations.operations.PostgresAddHashPartition method)
(psqlextra.backend.migrations.operations.PostgresAddListPartition method)
(psqlextra.backend.migrations.operations.PostgresAddRangePartition method)
(psqlextra.backend.migrations.operations.PostgresCreateMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresCreateViewModel method)
(psqlextra.backend.migrations.operations.PostgresDeleteDefaultPartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteHashPartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteListPartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresDeletePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresDeleteRangePartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteViewModel method)
database_forwards() (psqlextra.backend.migrations.operations.ApplyState method)
(psqlextra.backend.migrations.operations.PostgresAddDefaultPartition method)
(psqlextra.backend.migrations.operations.PostgresAddHashPartition method)
(psqlextra.backend.migrations.operations.PostgresAddListPartition method)
(psqlextra.backend.migrations.operations.PostgresAddRangePartition method)
(psqlextra.backend.migrations.operations.PostgresCreateMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresCreateViewModel method)
(psqlextra.backend.migrations.operations.PostgresDeleteMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresDeletePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresDeleteViewModel method)
DateTimeEpoch (class in psqlextra.expressions)
deconstruct() (psqlextra.backend.migrations.operations.ApplyState method)
(psqlextra.backend.migrations.operations.PostgresAddHashPartition method)
(psqlextra.backend.migrations.operations.PostgresAddListPartition method)
(psqlextra.backend.migrations.operations.PostgresAddRangePartition method)
(psqlextra.backend.migrations.operations.PostgresCreateMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresCreateViewModel method)
describe() (psqlextra.backend.migrations.operations.ApplyState method)
(psqlextra.backend.migrations.operations.PostgresAddDefaultPartition method)
(psqlextra.backend.migrations.operations.PostgresAddHashPartition method)
(psqlextra.backend.migrations.operations.PostgresAddListPartition method)
(psqlextra.backend.migrations.operations.PostgresAddRangePartition method)
(psqlextra.backend.migrations.operations.PostgresCreateMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresCreateViewModel method)
(psqlextra.backend.migrations.operations.PostgresDeleteDefaultPartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteHashPartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteListPartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresDeletePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresDeleteRangePartition method)
(psqlextra.backend.migrations.operations.PostgresDeleteViewModel method)
E
ExcludedCol (class in psqlextra.expressions)
H
HASH (psqlextra.types.PostgresPartitioningMethod attribute)
HStoreField (class in psqlextra.fields)
HStoreRef (class in psqlextra.expressions)
I
insert() (psqlextra.query.PostgresQuerySet method)
insert_and_get() (psqlextra.query.PostgresQuerySet method)
L
LIST (psqlextra.types.PostgresPartitioningMethod attribute)
M
module
psqlextra.backend.migrations.operations
psqlextra.expressions
psqlextra.fields
psqlextra.indexes
psqlextra.manager
psqlextra.models
psqlextra.query
psqlextra.types
psqlextra.util
N
NOTHING (psqlextra.types.ConflictAction attribute)
O
on_conflict() (psqlextra.query.PostgresQuerySet method)
P
postgres_manager() (in module psqlextra.util)
PostgresAddDefaultPartition (class in psqlextra.backend.migrations.operations)
PostgresAddHashPartition (class in psqlextra.backend.migrations.operations)
PostgresAddListPartition (class in psqlextra.backend.migrations.operations)
PostgresAddRangePartition (class in psqlextra.backend.migrations.operations)
PostgresCreateMaterializedViewModel (class in psqlextra.backend.migrations.operations)
PostgresCreatePartitionedModel (class in psqlextra.backend.migrations.operations)
PostgresCreateViewModel (class in psqlextra.backend.migrations.operations)
PostgresDeleteDefaultPartition (class in psqlextra.backend.migrations.operations)
PostgresDeleteHashPartition (class in psqlextra.backend.migrations.operations)
PostgresDeleteListPartition (class in psqlextra.backend.migrations.operations)
PostgresDeleteMaterializedViewModel (class in psqlextra.backend.migrations.operations)
PostgresDeletePartitionedModel (class in psqlextra.backend.migrations.operations)
PostgresDeleteRangePartition (class in psqlextra.backend.migrations.operations)
PostgresDeleteViewModel (class in psqlextra.backend.migrations.operations)
PostgresManager (class in psqlextra.manager)
PostgresMaterializedViewModel (class in psqlextra.models)
PostgresModel (class in psqlextra.models)
PostgresPartitionedModel (class in psqlextra.models)
PostgresPartitioningMethod (class in psqlextra.types)
PostgresQuerySet (class in psqlextra.query)
PostgresViewModel (class in psqlextra.models)
psqlextra.backend.migrations.operations
module
psqlextra.expressions
module
psqlextra.fields
module
psqlextra.indexes
module
psqlextra.manager
module
psqlextra.models
module
psqlextra.query
module
psqlextra.types
module
psqlextra.util
module
R
RANGE (psqlextra.types.PostgresPartitioningMethod attribute)
reduce() (psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel method)
refresh() (psqlextra.models.PostgresMaterializedViewModel class method)
reversible (psqlextra.backend.migrations.operations.ApplyState property)
S
state_forwards() (psqlextra.backend.migrations.operations.ApplyState method)
(psqlextra.backend.migrations.operations.PostgresAddDefaultPartition method)
(psqlextra.backend.migrations.operations.PostgresAddHashPartition method)
(psqlextra.backend.migrations.operations.PostgresAddListPartition method)
(psqlextra.backend.migrations.operations.PostgresAddRangePartition method)
(psqlextra.backend.migrations.operations.PostgresCreateMaterializedViewModel method)
(psqlextra.backend.migrations.operations.PostgresCreatePartitionedModel method)
(psqlextra.backend.migrations.operations.PostgresCreateViewModel method)
StrEnum (class in psqlextra.types)
T
truncate() (psqlextra.manager.PostgresManager method)
U
UniqueIndex (class in psqlextra.indexes)
UPDATE (psqlextra.types.ConflictAction attribute)
upsert() (psqlextra.query.PostgresQuerySet method)
upsert_and_get() (psqlextra.query.PostgresQuerySet method)
use_in_migrations (psqlextra.manager.PostgresManager attribute)
V
values() (psqlextra.types.StrEnum class method)