Commit cc9eecee authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Added dates to release notes.

Backport of 06aaed41 from master
parent d7ea279f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
Django 1.7.8 release notes
==========================

*Under development*
*May 1, 2015*

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

* Prevented the loss of ``null``/``not null`` column properties during field
  alteration of MySQL databases (:ticket:`24595`).
* The loss of ``null``/``not null`` column properties during field alteration
  of MySQL databases (:ticket:`24595`).
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
Django 1.8.1 release notes
==========================

*Under development*
*May 1, 2015*

Django 1.8.1 fixes several bugs in 1.8 and includes some optimizations in the
migrations framework.