mirror of
https://github.com/django/django.git
synced 2025-10-09 06:49:12 +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