summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndriy Sokolovskiy <sokandpal@yandex.ru>2014-12-16 02:22:28 +0200
committerTim Graham <timograham@gmail.com>2014-12-16 10:56:35 -0500
commit10482faf1996e654cb9849d7c0065841ad2adf35 (patch)
treea18517568dc4da497a24f9a09a142c8539331a3e /docs
parent66c0529b3edb40e25713cbf32ea8794befc829ae (diff)
[1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to to non-empty table.
Backport of 3dbbb8a89ca4beaabd5359fe82e32ed633b15140 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 ea086490cf..dedf92c8cb 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -143,3 +143,6 @@ Bugfixes
* ``makemigrations`` no longer prompts for a default value when adding
``TextField()`` or ``CharField()`` without a ``default`` (:ticket:`23405`).
+
+* Fixed migration crash when adding ``order_with_respect_to`` to a table
+ with existing rows (:ticket:`23983`).