1
0
mirror of https://github.com/django/django.git synced 2025-01-23 08:39:17 +00:00
django/docs/releases/1.7.2.txt

14 lines
323 B
Plaintext
Raw Normal View History

2014-10-22 13:38:57 -04:00
==========================
Django 1.7.2 release notes
==========================
*Under development*
Django 1.7.2 fixes several bugs in 1.7.1.
Bugfixes
========
* Fixed migration's renaming of auto-created many-to-many tables when changing
:attr:`Meta.db_table <django.db.models.Options.db_table>` (:ticket:`23630`).