Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▾ backends
▸ base
▸ ddl_references
▸ dummy
▸ mysql
▸ oracle
▾ postgresql
▸ base
▸ client
▸ creation
▾ features
class
DatabaseFeatures
▸ introspection
▸ operations
▸ schema
▸ signals
▸ sqlite3
▸ utils
▸ migrations
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class DatabaseFeatures
django
.
db
.
backends
.
postgresql
.
features
.
DatabaseFeatures
Declaration
class
DatabaseFeatures(
BaseDatabaseFeatures
)
source
link
Methods
▷
def
introspected_field_types
(
self
)
@cached_property
@cached_property
def
introspected_field_types(
self
)
source
link
▷
def
is_postgresql_10
(
self
)
@cached_property
@cached_property
def
is_postgresql_10(
self
)
source
link
▷
def
is_postgresql_11
(
self
)
@cached_property
@cached_property
def
is_postgresql_11(
self
)
source
link
▷
def
is_postgresql_12
(
self
)
@cached_property
@cached_property
def
is_postgresql_12(
self
)
source
link
▷
def
is_postgresql_13
(
self
)
@cached_property
@cached_property
def
is_postgresql_13(
self
)
source
link
▷
def
test_collations
(
self
)
@cached_property
@cached_property
def
test_collations(
self
)
source
link
Inherited methods
Methods inherited from
django
.
db
.
backends
.
base
.
features
.
BaseDatabaseFeatures
:
__init__
,
allows_group_by_selected_pks_on_model
,
supports_explaining_query_execution
,
supports_transactions
Subclasses
django
.
contrib
.
gis
.
db
.
backends
.
postgis
.
features
.
DatabaseFeatures
Reexports
Imported in
django.contrib.gis.db.backends.postgis.features
as Psycopg2DatabaseFeatures.
Imported in
django.db.backends.postgresql.base
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04