summaryrefslogtreecommitdiff
path: root/tests/migrations/test_commands.py
AgeCommit message (Expand)Author
2014-08-19[1.7.x] Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610d...Baptiste Mispelon
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-07-14[1.7.x] Fixed #22791 -- Invoke interactive questioner only for conflicts in s...Huu Nguyen
2014-06-23[1.7.x] Fixed test failures introduced by refs #22881.Tim Graham
2014-06-20[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
2014-06-12[1.7.x] Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking ...Andrew Godwin
2014-05-30[1.7.x] Improved the test for refs #22682.Moayad Mardini
2014-05-29[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
2014-05-26[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-24[1.7.x] Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-23[1.7.x] Fixed #22602 -- Improved code coverage of makemigrations command tests.Huu Nguyen
2014-05-21[1.7.x] Fixed #22661 -- Move makemigrations tests to the proper classHuu Nguyen
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-29Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-24Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Refactored registration of models.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Simplified register_models.Aymeric Augustin
2013-12-17Moved list of models inside AppConfig instances.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Removed BaseAppCache.app_store.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-10-27Fixed test that reads a migration file from disk.Ramiro Morales
2013-10-17Added test for a921f06 - refs #21280.Loic Bistuer
2013-09-17Fixed #21115 -- Fixed NameError in migrate --list commandMarkus Holtermann
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-09-06Fixed #20977 -- Fixed writing migrations to disk on Python 3Markus Holtermann
2013-07-25Add tests for the migrate command and fix a bug they exposedAndrew Godwin