1
0
mirror of https://github.com/django/django.git synced 2025-07-19 00:59:17 +00:00

[1.9.x] Removed a bug fix from the 1.9 release notes.

The fix has also since been backported to stable/1.8.x.

Backport of afd046396175416883cfb2b0202592f6081308ef from master
This commit is contained in:
Tim Graham 2015-11-19 08:56:36 -05:00
parent b6545468ee
commit cc562c2f56

View File

@ -264,10 +264,6 @@ Minor features
* Added :doc:`/ref/contrib/postgres/aggregates`. * 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 * Added the :class:`~django.contrib.postgres.functions.TransactionNow` database
function. function.