summaryrefslogtreecommitdiff
path: root/tests/migrations/test_state.py
AgeCommit message (Expand)Author
2013-12-06Fixed ModelState breaking when unique_together has unhashable elements.Baptiste Mispelon
2013-12-06Fixed TypeError when rendering ModelState with multiple bases.Baptiste Mispelon
2013-11-27Fixed #21438: makemigrations now detects ManyToManyFieldsAndrew Godwin
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-06Also test failure case of ProjectState dependency resolutionAndrew Godwin
2013-09-06Project/ModelState now correctly serialize multi-model inheritanceAndrew Godwin
2013-09-04Fixed #21010 -- Changed ModelState to only copy _meta.local_fields.Loic Bistuer
2013-07-02Add unique_together altering operationAndrew Godwin
2013-05-19ModelState now freezes options and basesAndrew Godwin
2013-05-18Fix state tests a littleAndrew Godwin
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin