diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-27 14:20:06 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-28 09:59:32 -0400 |
| commit | 65bff161ffab1310719bdee495d1e9b35f838c31 (patch) | |
| tree | c801b684a89a479c087194300a9190c535f5613a /docs | |
| parent | 69e6045ceb18d859a1586bcd5e64f9b786d87c32 (diff) | |
[1.8.x] Fixed #25618 -- Added a helpful error message when Django & south migrations exist in the same directory.
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`). |
