summaryrefslogtreecommitdiff
path: root/tests/migrations/migrations_test_apps/without_init_file
AgeCommit message (Collapse)Author
2024-09-03Fixed #35724 -- Tested migration commands handling of distributed namespace ↵Jacob Walls
packages. Also increased coverage of module_loading.py.
2014-06-17Fix previous commit on python 2Andrew Godwin
2014-06-17Fixed #22577: Python 3 broke on non-module migrations directoryVíðir Valberg Guðmundsson