diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-27 14:20:06 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-28 10:19:35 -0400 |
| commit | 774a893d0bf3433571a94cd27883fab61010440a (patch) | |
| tree | 9785e83802c3143005ac6074f73a44a66fa364d8 /docs | |
| parent | b49716cd99df26db27f3c73d9c2eee798167bf8b (diff) | |
[1.9.x] Fixed #25618 -- Added a helpful error message when Django & south migrations exist in the same directory.
Forwardport of 65bff161ffab1310719bdee495d1e9b35f838c31 from stable/1.8.x
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 75bd79542b..76eb32902d 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -41,3 +41,6 @@ Bugfixes * Fixed crash with ``contrib.postgres.forms.SplitArrayField`` and ``IntegerField`` on invalid value (:ticket:`25597`). + +* Added a helpful error message when Django and South migrations exist in the + same directory (:ticket:`25618`). |
