class ConnectionRouter:
Undocumented
Method | __init__ |
If routers is not specified, default to settings.DATABASE_ROUTERS. |
Method | _router_func |
Undocumented |
Method | allow_migrate |
Undocumented |
Method | allow_migrate_model |
Undocumented |
Method | allow_relation |
Undocumented |
Method | get_migratable_models |
Return app models allowed to be migrated on provided db. |
Class Variable | db_for_read |
Undocumented |
Class Variable | db_for_write |
Undocumented |
Instance Variable | _routers |
Undocumented |
Property | routers |
Undocumented |