Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▸ migrations
▸ models
▸ transaction
▾ utils
class
ConnectionDoesNotExist
class
ConnectionHandler
class
ConnectionRouter
class
DataError
class
DatabaseError
class
DatabaseErrorWrapper
class
Error
class
IntegrityError
class
InterfaceError
class
InternalError
class
NotSupportedError
class
OperationalError
class
ProgrammingError
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class ConnectionRouter
django
.
db
.
utils
.
ConnectionRouter
Declaration
class
ConnectionRouter
source
link
Methods
▷
def
__init__
(
self, routers=None
)
If routers is not specified, default to settings.DATABASE_ROUTERS.
source
link
▷
def
allow_migrate
(
self, db, app_label, **hints
)
source
link
▷
def
allow_migrate_model
(
self, db, model
)
source
link
▷
def
allow_relation
(
self, obj1, obj2, **hints
)
source
link
▷
def
get_migratable_models
(
self, app_config, db, include_auto_created=False
)
Return app models allowed to be migrated on provided db.
source
link
▷
def
routers
(
self
)
@cached_property
@cached_property
def
routers(
self
)
source
link
Reexports
Imported in
django.test.signals
.
Imported in
django.db
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04