Removed a bug fix from the 1.9 release notes.

The fix has also since been backported to stable/1.8.x.
This commit is contained in:
Tim Graham 2015-11-19 08:56:36 -05:00
parent 3eaf37af3c
commit afd0463961
1 changed files with 0 additions and 4 deletions

View File

@ -267,10 +267,6 @@ Minor features
* Added :doc:`/ref/contrib/postgres/aggregates`.
* Fixed serialization of
:class:`~django.contrib.postgres.fields.DateRangeField` and
:class:`~django.contrib.postgres.fields.DateTimeRangeField`.
* Added the :class:`~django.contrib.postgres.functions.TransactionNow` database
function.