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

Removed a bug fix from the 1.9 release notes.

The fix has also since been backported to stable/1.8.x.
parent 3eaf37af
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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.