summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2015-10-23 11:15:41 -0700
committerAsk Solem <ask@celeryproject.org>2015-10-23 11:15:41 -0700
commitf999c8dc4d5d38810f974a5bcd6f8a8a3274e533 (patch)
treec09a94053415745d3e958defbe52a23e23f5d097
parent0b4d42fc8a6499dbde0598221e97803c33d995ab (diff)
downloadkombu-f999c8dc4d5d38810f974a5bcd6f8a8a3274e533.tar.gz
Django fake initial migration tip in Changelog
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3e57d4ab..1be56cb8 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,15 @@
:release-date: 2015-04-22 06:00 P.M UTC
:release-by: Ask Solem
+.. admonition:: Django transport migrations.
+
+ If you're using Django 1.8 and have already created the
+ kombu_transport_django tables, you have to run a fake initial migration:
+
+ .. code-block:: pycon
+
+ python manage.py migrate kombu_transport_django --fake-initial
+
- Fixed compatibility with py-redis versions before 2.10.3 (Issue #470).
.. _version-3.0.25: