Markus Bertheau
|
35cd0854f9
|
[1.7.x] Corrected grammar in migrations error message.
Backport of 61f56e239f from master
|
2014-09-10 10:34:32 -04:00 |
Andrew Godwin
|
de3a3096d8
|
[1.7.x] Fix Python 3 incompatability
|
2014-09-05 15:48:20 -07:00 |
Ben Reilly
|
4ca44d5e10
|
[1.7.x] switch out recursive dfs for stack based approach, to avoid possibly hitting the recursion limit
|
2014-09-05 15:39:47 -07:00 |
Raffaele Salmaso
|
1a918806ca
|
[1.7.x] Fixed #23341 -- Added migration name to nonexistent migration error in makemigrations.
Backport of abd640fbdf from master
|
2014-08-23 19:19:58 -04:00 |
Raffaele Salmaso
|
4ae75cf051
|
[1.7.x] Fixed #23352 -- Added tests for MigrationGraph.{forwards,backwards}_plan
Backport of be4baaefe2 from master
|
2014-08-23 21:36:08 +00:00 |
Andrew Godwin
|
819d5f0c89
|
[1.7.x] Fixed #22861: Internal migrations done first so __first__ works
Thanks to Chris Beaven.
|
2014-06-17 23:27:56 -07:00 |
Andrew Godwin
|
7f9a0b7061
|
Fix graph tests
|
2013-05-30 17:56:53 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
Andrew Godwin
|
7d041b9394
|
Split up test and make the State classes a bit better.
|
2013-05-18 13:49:56 +02:00 |