summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-26 15:27:11 -0500
committerTim Graham <timograham@gmail.com>2014-12-26 15:55:34 -0500
commitc2e419c26781b88f2b34b445f450b735267155b0 (patch)
treec07749037e1d51ca2c4217b02e6936189438df85 /docs
parent1729a5250b052832540cd696df3ff0a0a77baddf (diff)
Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 309aa736ad..7cd366d128 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -167,3 +167,6 @@ Bugfixes
instead of ``DeleteModel`` and ``CreateModel`` operations when changing
``Meta.managed``. This prevents data loss when changing ``managed`` from
``False`` to ``True`` and vice versa (:ticket:`24037`).
+
+* Enabled the ``sqlsequencereset`` command on apps with migrations
+ (:ticket:`24054`).