Document that database routing disallows cross-database relations by default
The documentation is not clear what happens when all routers return None from allow_relation.
The default behavior is to only allow relations within the same database. To allow cross-database relations, some router must return True.
Change History
(5)
Owner: |
changed from nobody to Stefan R. Filipek
|
Status: |
new → assigned
|
Summary: |
Improve documentation regarding allow_relation → Document that database routing disallows cross-database relations by default
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Pull request: https://github.com/django/django/pull/9893