From afd046396175416883cfb2b0202592f6081308ef Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 19 Nov 2015 08:56:36 -0500 Subject: [PATCH] Removed a bug fix from the 1.9 release notes. The fix has also since been backported to stable/1.8.x. --- docs/releases/1.9.txt | 4 ---- 1 file changed, 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.