summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_model_checks.py
AgeCommit message (Collapse)Author
2019-08-08[2.2.x] Fixed #30673 -- Relaxed system check for db_table collision when ↵Adnan Umer
database routers are installed by turning the error into a warning. Backport of 8d3519071ec001f763b70a3a1f98ae2e980bd552 from master.
2018-12-24Fixed #20098 -- Added a check for model Meta.db_table collisions.Sanyam Khurana