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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user