summaryrefslogtreecommitdiff
path: root/tests/commands_sql_migrations
AgeCommit message (Collapse)Author
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
Kept support for creating models without migrations when running tests (especially for Django's test suite).
2014-06-07Fixed #22749: Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-06-01Revert "Making SQL management commands migration aware."Florian Apolloner
This reverts commit cb9c9a7b5879671053c7d2ad6e79943a8814b274.
2014-05-31Removed an unused importAlex Gaynor
2014-05-29Making SQL management commands migration aware.Víðir Valberg Guðmundsson