1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.

Thanks Naddiseo for reporting.

Backport of 5732424bee from master
This commit is contained in:
Tianyi Wang
2014-10-14 15:20:24 +01:00
committed by Tim Graham
parent 417923c69e
commit 3f3bed8fb9
3 changed files with 111 additions and 1 deletions

View File

@@ -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`).