mirror of
https://github.com/django/django.git
synced 2025-06-03 02:29:13 +00:00
This change prevents including the multiple_database test models without duplicating the router code (we probably should do this at one point). Refs #21148