summaryrefslogtreecommitdiff
path: root/tests/migrations/test_graph.py
Commit message (Expand)AuthorAgeFilesLines
* Completed test coverage for django.db.migrations.graph.Marcelo Galigniana2023-02-151-0/+4
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-7/+20
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-57/+94
* Fixed #29243 -- Improved efficiency of migration graph algorithm.Krzysztof Gogolewski2018-09-101-55/+48
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-12/+2
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Added tests for various __repr__() methods.Mads Jensen2017-02-041-1/+28
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-3/+2
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-1/+1
* Fixed #25945, #26292 -- Refactored MigrationLoader.build_graph()Jarek Glowacki2016-05-081-0/+116
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-8/+4
* Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette2015-11-141-0/+2
* 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 graphMarten Kenbeek2015-03-291-7/+25
* Refs #24366 -- Renamed arguments in MigrationGraph, renamed testsMarten Kenbeek2015-03-291-2/+2
* Fixed #24366 -- Optimized traversal of large migration dependency graphs.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/migrationsJosh Schneier2014-12-211-1/+17
* Fixed flake8 warnings.Tim Graham2014-11-251-3/+3
* Fixed bug in circular dependency algo for migration dependencies.Luke Plant2014-11-251-0/+14
* Fixed #23835: Changed circular dependency in DFS to be less infiniteAndrew Godwin2014-11-151-0/+27
* Fixed #23556 -- Raised a more meaningful error message when migrations refer ...Markus Holtermann2014-10-301-5/+5
* Corrected grammar in migrations error message.Markus Bertheau2014-09-101-2/+4
* Fix Python 3 incompatabilityAndrew Godwin2014-09-051-1/+1
* switch out recursive dfs for stack based approach, to avoid possibly hitting...Ben Reilly2014-09-051-0/+15
* Fixed #23341 -- Added migration name to nonexistent migration error in makemi...Raffaele Salmaso2014-08-231-19/+44
* Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_planRaffaele Salmaso2014-08-231-0/+13
* Fixed #22861: Internal migrations done first so __first__ worksAndrew Godwin2014-06-171-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