summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Manfre <mmanfre@gmail.com>2015-02-22 23:23:16 -0500
committerMichael Manfre <mmanfre@gmail.com>2015-02-23 00:04:57 -0500
commited941ef2d0c0560e4eb98e0801e698d18f01d77b (patch)
tree8543c3f7618390cbd78c3d8bef6ac0a47ba177d6 /docs
parent19c2fe04a83fb03408a239e6553ffcbefde60346 (diff)
Fixed signature of BaseDatabaseOperations.date_interval_sql()
Backport of 7fa7dd48c4 from master
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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~