summaryrefslogtreecommitdiff
path: root/docs
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:56:54 -0500
commitafd046396175416883cfb2b0202592f6081308ef (patch)
tree57e0a9583d4c1c05f2bae932ca6caf329d1878df /docs
parent3eaf37af3c04cc1dd5a05cbbe809590bd509c541 (diff)
Removed a bug fix from the 1.9 release notes.
The fix has also since been backported to stable/1.8.x.
Diffstat (limited to 'docs')
-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 0116a017d2..7980579a3a 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -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.