Tim Graham
|
0f52bf7c96
|
[1.7.x] Fixed some flake8 errors.
Backport of 9d30412a5a from master
|
2014-09-19 12:33:44 -04:00 |
valtron
|
563eaf0499
|
[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.
Backport of abcf28a076 from master
|
2014-09-15 15:06:21 -04:00 |
Andrew Godwin
|
919d10e619
|
[1.7.x] Fixed #23093: soft application detection for swapped models
|
2014-07-25 09:35:53 -07:00 |
Chris Beaven
|
29582ad4a3
|
[1.7.x] Fixed #22881 -- Better soft_applied migration detection
|
2014-06-23 13:30:29 +12:00 |
Tim Graham
|
f7709b3ce4
|
[1.7.x] Removed usaged of contrib.sessions as a placeholder in migration tests.
Without this, we're unable to add actual migrations for the app.
Backport of 808388c28c from master
|
2014-06-16 11:52:33 -04:00 |
Andrew Godwin
|
7406feae33
|
[1.7.x] Remove overzealous migration flushes from migration test suite
|
2014-06-09 09:52:35 -07:00 |
Andrew Godwin
|
31eac71a76
|
[1.7.x] Tests for #22325
|
2014-05-08 21:49:09 -07:00 |
Aymeric Augustin
|
e32095616c
|
Imported override_settings from its new location.
|
2013-12-23 21:37:56 +01:00 |
Tim Graham
|
36ded01527
|
Fixed #21302 -- Fixed unused imports and import *.
|
2013-11-02 15:24:56 -04:00 |
Alex Gaynor
|
8faaf03b86
|
Fixed some flake8 issues
|
2013-10-30 10:42:35 -07:00 |
Andrew Godwin
|
e9cb333bc3
|
Auto-apply initial migrations if their tables exist already.
|
2013-10-30 15:17:49 +00:00 |
Andrew Godwin
|
5ab8b5d72c
|
Fix migration planner to fully understand squashed migrations. And test.
|
2013-10-23 22:56:54 +01:00 |
Andrew Godwin
|
ac45f9c9c5
|
Fix some small errors in the tests
|
2013-08-23 12:07:43 +01:00 |
Andrew Godwin
|
b61b634628
|
Fix weird planning issues when already fully migrated.
|
2013-08-11 15:28:51 +01:00 |
Andrew Godwin
|
00276e0414
|
Add tests for the migrate command and fix a bug they exposed
|
2013-07-25 13:52:35 +01:00 |
Andrew Godwin
|
2ae8a8a77d
|
Fix test running with new apps stuff/migrate actually running migrations
|
2013-06-19 15:36:02 +01:00 |
Andrew Godwin
|
e6f7f4533c
|
Add an Executor for end-to-end running
|
2013-05-30 18:08:58 +01:00 |