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:57:30 -0500
commit1173140dbf5604241209b2df3d6123adbe6e9e36 (patch)
tree6b90eb83f506c30ff2b495844c8fe54663c8a174 /docs
parentb9169a100d4a836e3401395dc1e5bf120a36887d (diff)
[1.7.x] Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.
Backport of c2e419c26781b88f2b34b445f450b735267155b0 from master
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`).