summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 1e02832a6c..26b9a72d23 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1013,6 +1013,9 @@ those writing third-party backends in updating their code:
* The ``SQLCompiler.as_sql()`` method now takes a ``subquery`` parameter
(:ticket:`24164`).
+* The ``BaseDatabaseOperations.date_interval_sql()`` method now only takes a
+ ``timedelta`` parameter.
+
:mod:`django.contrib.admin`
~~~~~~~~~~~~~~~~~~~~~~~~~~~