Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Added test for an intermediate swappable model change in ...Markus Holtermann2014-12-301-0/+19
* Fixed #23938 -- Added migration support for m2m to concre...Markus Holtermann2014-12-291-0/+37
* Fixed #24037 -- Prevented data loss possibility when chan...Tim Graham2014-12-231-6/+19
* Fixed #23998 -- Added datetime.time support to migrations...Oscar Ramirez2014-12-221-0/+4
* Fixed #24017 -- Added python_2_unicode_compatible in db/m...Josh Schneier2014-12-211-1/+17
* Fixed #23983 -- Fixed a crash in migrations when adding o...Andriy Sokolovskiy2014-12-161-0/+9
* Refs #23947 -- Improved migrations tests table cleanup.Diego GuimarĂ£es2014-12-161-24/+19
* Fixed reverse test execution for migration manager testsMarkus Holtermann2014-12-151-5/+6
* Fixed #23405 -- Fixed makemigrations prompt when adding T...Andriy Sokolovskiy2014-12-151-1/+45
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-155-15/+263
* Fixed #23956 -- Fixed migration creation for multiple tab...Markus Holtermann2014-12-111-0/+23
* Fixed #23950 -- Prevented calling deconstruct on classes ...Gavin Wahl2014-12-031-0/+11
* Fixed #23909 -- Prevented crash when collecting SQL for R...Claude Paroz2014-12-011-0/+6
* Corrected a docstring in tests/migrations/test_operations...wrwrwr2014-12-011-1/+1
* Replaced router.routers usage with override_settings(DATA...wrwrwr2014-12-011-11/+3
* Fixed #23880 -- Added missing index_together handling for...Markus Holtermann2014-12-011-4/+2
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-0/+12
* Fixed #23894 -- Made deconstruct methods favor kwargs ove...Markus Holtermann2014-11-281-4/+98
* Fixed flake8 warnings.Tim Graham2014-11-251-3/+3
* Fixed bug in circular dependency algo for migration depen...Luke Plant2014-11-251-0/+14
* Fixed #23794 -- Fixed migrations crash when removing a fi...Andrzej Pragacz2014-11-211-0/+16
* Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann2014-11-201-1/+7
* Fixed #23844 -- Used topological sort for migration opera...Patryk Zawadzki2014-11-202-35/+6
* Added another migration-executor test to avoid regressions.Carl Meyer2014-11-201-0/+35
* Fixed #23410 -- Avoided unnecessary rollbacks in related ...Carl Meyer2014-11-201-1/+95
* Fixed #23872 -- Removed sensitivity of migrations tests t...Carl Meyer2014-11-192-15/+19
* Cleaned up and reformatted autodetector testsMarkus Holtermann2014-11-191-476/+475
* Formatted model states in autodetector testsMarkus Holtermann2014-11-191-47/+208
* Fixed #22248 -- Made RenameModel reversibleStratos Moros2014-11-191-2/+1
* Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras2014-11-181-0/+39
* Fixed #23859 -- Fixed a migration crash when a field is r...Markus Holtermann2014-11-171-2/+6
* Removed references to the deprecated assertRaisesRegexp m...Simon Charette2014-11-161-2/+3
* Fixed #23835: Changed circular dependency in DFS to be le...Andrew Godwin2014-11-151-0/+27
* Revert "Use topological sort for migration operation depe...Tim Graham2014-11-151-3/+3
* Use topological sort for migration operation dependency r...Klaas van Schelven2014-11-151-3/+3
* Fixed #23770 -- Changed serialization strategy for floats...Markus Holtermann2014-11-061-0/+5
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-032-14/+14
* Fixed #23733 -- Fixed squashing migrations that depend on...twidi2014-10-3012-0/+133
* Fixed #23556 -- Raised a more meaningful error message wh...Markus Holtermann2014-10-3017-5/+286
* Fixed #23614 -- Changed the way the migration autodetecto...Markus Holtermann2014-10-291-39/+38
* Added missing available app in migrations test caseClaude Paroz2014-10-231-0/+1
* Fixed #23630 -- Made AlterModelTable rename auto-created ...Tim Graham2014-10-231-1/+36
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-67/+66
* Removed unneeded override_system_checksClaude Paroz2014-10-211-34/+1
* Fixed #23629 -- Allowed autodetector to detect changes in...Tianyi Wang2014-10-201-1/+90
* 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
* Avoided requiring sqlparse for a test.Collin Anderson2014-10-091-3/+2
* Skip another test if sqlparse is not availableCollin Anderson2014-10-091-0/+1
* Fixed #23609 -- Fixed IntegrityError that prevented alter...Markus Holtermann2014-10-091-0/+75