Added release date for 1.10.6.

This commit is contained in:
Tim Graham 2017-03-01 08:27:08 -05:00
parent f48bc7c3db
commit 4f22505a9f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Django 1.10.6 release notes
===========================
*Under development*
*March 1, 2017*
Django 1.10.6 fixes several bugs in 1.10.5.
@ -21,5 +21,5 @@ Bugfixes
* Fixed query expression date subtraction accuracy on PostgreSQL for
differences large an a month (:ticket:`27856`).
* Fixed a ``GDALException`` raised by ``GDALClose`` on GDAL >= 2.0
* Fixed a ``GDALException`` raised by ``GDALClose`` on GDAL 2.0
(:ticket:`27479`).