summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-19 08:56:36 -0500
committerTim Graham <timograham@gmail.com>2015-11-19 08:57:40 -0500
commitcc562c2f567a62ec731776f8a2cd49e9d064280d (patch)
tree13d4046284249ed808888fc62d38291a312556f1
parentb6545468eebdee12ee58aeb4871aa91c62220542 (diff)
[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
-rw-r--r--docs/releases/1.9.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index eda6cf1a80..b167500c76 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -264,10 +264,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.