Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▾ backends
▸ base
▸ ddl_references
▸ dummy
▸ mysql
▸ oracle
▸ postgresql
▸ signals
▾ sqlite3
▸ base
▸ client
▸ creation
▾ features
class
DatabaseFeatures
▸ introspection
▸ operations
▸ schema
▸ utils
▸ migrations
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class DatabaseFeatures
django
.
db
.
backends
.
sqlite3
.
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
supports_atomic_references_rename
(
self
)
@cached_property
@cached_property
def
supports_atomic_references_rename(
self
)
source
link
▷
def
supports_json_field
(
self
)
@cached_property
@cached_property
def
supports_json_field(
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
.
spatialite
.
features
.
DatabaseFeatures
Reexports
Imported in
django.contrib.gis.db.backends.spatialite.features
as SQLiteDatabaseFeatures.
Imported in
django.db.backends.sqlite3.base
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04