summaryrefslogtreecommitdiff
path: root/tests/migrations/test_commands.py
AgeCommit message (Expand)Author
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-02-23Made migrations tests write to a temporary directory.Aymeric Augustin
2015-02-17Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-15Fixed #23850 -- Fixed a migrations test failure on Mac OS X & Python 3Collin Anderson
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-19Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-10-20Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"Claude Paroz
2014-10-17Fixed #23650 -- Prevented migrate from calling checks 3 timesClaude Paroz
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-08-19Fixed broken tests on Oracle after 5853c87a458f62ebd62d7809168355610de2570c.Baptiste Mispelon
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-07-14Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen
2014-06-23Fixed test failures introduced by refs #22881.Tim Graham
2014-06-20Moved a line outside of try/except to prevent an error in finally.Tim Graham
2014-06-20Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
2014-06-12Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.Andrew Godwin
2014-05-30Improved the test for refs #22682.Moayad Mardini
2014-05-30Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
2014-05-27Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-23Fixed #22602 -- Improved code coverage of makemigrations command tests.Huu Nguyen
2014-05-19Fixed #22661 -- Move makemigrations tests to the proper classHuu Nguyen
2014-05-15Harmonized 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