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

Added security release note stubs.

This commit is contained in:
Tim Graham
2015-06-15 18:29:46 -04:00
parent bdfce4db21
commit 125eaa19b2
4 changed files with 15 additions and 4 deletions

View File

@@ -2,9 +2,12 @@
Django 1.7.9 release notes
==========================
*Under development*
*July 8, 2015*
Django 1.7.9 fixes several bugs in 1.7.8.
Django 1.7.9 fixes several security issues and bugs in 1.7.8.
Bugfixes
========
* Prevented the loss of ``null``/``not null`` column properties during field
renaming of MySQL databases (:ticket:`24817`).