Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_commands.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-1/+15
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-33/+1
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-0/+31
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+6
* Refs #24919 -- Raised more helpful error message for disa...Markus Holtermann2015-09-121-0/+13
* Fixed #25308 -- Made MigrationQuestioner respect MIGRATIO...Jeremy Satterfield2015-08-261-0/+10
* Fixed #24755 -- Hid operations from dependency apps when ...Markus Holtermann2015-08-181-0/+33
* Fixed #25239 -- Corrected makemigrations numbering if a m...Caio Ariede2015-08-141-0/+13
* Fixed #25231 -- Added recording of squashed migrations in...mlavin2015-08-071-0/+46
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+52
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Removed support for Python 3.3.Tim Graham2015-06-181-1/+1
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-161-1/+1
* Use mock.patch in migrations testsCurtis Maloney2015-04-091-51/+38
* Fixed #24550 -- Added migration operation description to ...Markus Holtermann2015-03-301-12/+47
* Fixed #24427 -- Stopped writing migration files in dry ru...John Giannelos2015-03-161-0/+43
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-0/+74
* Made migrations tests write to a temporary directory.Aymeric Augustin2015-02-231-178/+130
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-7/+8
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+60
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23850 -- Fixed a migrations test failure on Mac OS...Collin Anderson2015-01-161-0/+6
* Refs #23359 -- Removed double newline from output of migr...Markus Holtermann2015-01-051-17/+32
* Fixed #23359 -- Added showmigrations command to list migr...Markus Holtermann2014-12-311-6/+140
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-0/+12
* Fixed #23872 -- Removed sensitivity of migrations tests t...Carl Meyer2014-11-191-14/+14
* Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras2014-11-181-0/+39
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-12/+12
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-67/+66
* Removed unneeded override_system_checksClaude Paroz2014-10-211-34/+1
* Revert "Fixed #23650 -- Prevented migrate from calling ch...Claude Paroz2014-10-201-21/+0
* Fixed #23650 -- Prevented migrate from calling checks 3 t...Claude Paroz2014-10-171-0/+21
* Fixed #23302 -- Added --name/-n option to makemigrations ...Raffaele Salmaso2014-09-031-0/+31
* Fixed broken tests on Oracle after 5853c87a458f62ebd62d78...Baptiste Mispelon2014-08-191-4/+4
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ...Baptiste Mispelon2014-08-181-0/+7
* Fixed #22791 -- Invoke interactive questioner only for co...Huu Nguyen2014-07-141-0/+46
* Fixed test failures introduced by refs #22881.Tim Graham2014-06-231-0/+7
* Moved a line outside of try/except to prevent an error in...Tim Graham2014-06-201-1/+1
* Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen2014-06-201-15/+32
* Fixed #22823 (and partly #22563) - FKs from unmigrated ap...Andrew Godwin2014-06-121-0/+23
* Improved the test for refs #22682.Moayad Mardini2014-05-301-9/+7
* Fixed #22682 -- `makemigrations` will create `MIGRATION_M...Moayad Mardini2014-05-301-0/+35
* Fixed #22675 -- makemigrations --dry-run to output migrat...Moayad Mardini2014-05-261-0/+31
* Fixed #22676 -- makemigrations --dry-run should not ask f...Moayad Mardini2014-05-241-0/+20
* Fixed #22602 -- Improved code coverage of makemigrations ...Huu Nguyen2014-05-231-0/+151
* Fixed #22661 -- Move makemigrations tests to the proper c...Huu Nguyen2014-05-201-22/+22
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+16
* Used Apps.clear_cache() in tests that alter the app regis...Aymeric Augustin2013-12-291-1/+1