summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTianyi Wang <wty52133@gmail.com>2014-10-14 15:20:24 +0100
committerTim Graham <timograham@gmail.com>2014-10-20 13:15:34 -0400
commit3f3bed8fb9109783aaa15a700a811255b8640cea (patch)
tree2726a85836f88c1d9df4f873ebebfa0ba3921d30 /docs
parent417923c69ee93f1737517156b13beaefc81f1e0e (diff)
[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.
Thanks Naddiseo for reporting. Backport of 5732424bee from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 65f70f69a1..dfb1acbeac 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -125,3 +125,6 @@ Bugfixes
* Made the Oracle test database creation drop the test user in the event of an
unclean exit of a previous test run (:ticket:`23649`).
+
+* Fixed :djadmin:`makemigrations` to detect changes to
+ :attr:`Meta.db_table <django.db.models.Options.db_table>` (:ticket:`23629`).