1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.7.x] Added dates to release notes.

Backport of 06aaed41a4a9b8da8aca5854a45e457c0b72210e from master
This commit is contained in:
Tim Graham 2015-05-01 16:24:39 -04:00
parent 7ff6825377
commit 57a0e7dda9

View File

@ -2,7 +2,7 @@
Django 1.7.8 release notes Django 1.7.8 release notes
========================== ==========================
*Under development* *May 1, 2015*
Django 1.7.8 fixes: Django 1.7.8 fixes:
@ -11,5 +11,5 @@ Django 1.7.8 fixes:
* A database table name quoting regression in 1.7.2 (:ticket:`24605`). * A database table name quoting regression in 1.7.2 (:ticket:`24605`).
* Prevented the loss of ``null``/``not null`` column properties during field * The loss of ``null``/``not null`` column properties during field alteration
alteration of MySQL databases (:ticket:`24595`). of MySQL databases (:ticket:`24595`).