From cc562c2f567a62ec731776f8a2cd49e9d064280d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 19 Nov 2015 08:56:36 -0500 Subject: [PATCH] [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 --- 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 eda6cf1a806..b167500c76b 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.