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

Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.

Thanks Naddiseo for reporting.
This commit is contained in:
Tianyi Wang
2014-10-14 15:20:24 +01:00
committed by Tim Graham
parent 59026bfbf9
commit 5732424bee
3 changed files with 111 additions and 1 deletions

View File

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