Skip to content

Fix cross-database support for RelatedSetField and RelatedListField

Luke Benstead requested to merge fix-cross-database-related-fields into master

Created by: RoganMurley

Fixes #1034 (closed).

Summary of changes proposed in this Pull Request:

  • Fix cross-database support for RelatedSetField and RelatedListField.
  • Introduce testapp.routers.TestRouter so that models in tests can explicitly choose a database.

PR checklist:

  • Updated relevant documentation
  • Updated CHANGELOG.md
  • Added tests for my change

Merge request reports