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:14:44 -0400
commit5732424beed38f81870f2dd9d913310bca1eaf44 (patch)
tree36e7ad9aacf023a3ecd6e95669b32b335d99dce5 /docs
parent59026bfbf957cd31c659bdfac36d992816eba114 (diff)
Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.
Thanks Naddiseo for reporting.
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 b7cea71cb7..f356d9d8d5 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -126,3 +126,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`).