Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_graph.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+13
* Fixed #24883 -- Added MigrationGraph.__repr__()Yoong Kang Lim2015-06-011-0/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-021-3/+3
* Refs #24366 -- Fixed recursion depth error in migration g...Marten Kenbeek2015-03-291-7/+25
* Refs #24366 -- Renamed arguments in MigrationGraph, renam...Marten Kenbeek2015-03-291-2/+2
* Fixed #24366 -- Optimized traversal of large migration de...Marten Kenbeek2015-02-231-2/+20
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Fixed #24017 -- Added python_2_unicode_compatible in db/m...Josh Schneier2014-12-211-1/+17
* 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 #23835: Changed circular dependency in DFS to be le...Andrew Godwin2014-11-151-0/+27
* Fixed #23556 -- Raised a more meaningful error message wh...Markus Holtermann2014-10-301-5/+5
* Corrected grammar in migrations error message.Markus Bertheau2014-09-101-2/+4
* Fix Python 3 incompatabilityAndrew Godwin2014-09-061-1/+1
* switch out recursive dfs for stack based approach, to av...Ben Reilly2014-09-061-0/+15
* Fixed #23341 -- Added migration name to nonexistent migra...Raffaele Salmaso2014-08-241-19/+44
* Fixed #23352 -- Added tests for MigrationGraph.{forwards,...Raffaele Salmaso2014-08-231-0/+13
* Fixed #22861: Internal migrations done first so __first__...Andrew Godwin2014-06-181-4/+4
* Fix graph testsAndrew Godwin2013-05-301-0/+19
* Start adding operations that work and tests for themAndrew Godwin2013-05-291-22/+2
* Split up test and make the State classes a bit better.Andrew Godwin2013-05-181-0/+136