diff options
| author | Michael Manfre <mmanfre@gmail.com> | 2015-02-22 23:23:16 -0500 |
|---|---|---|
| committer | Michael Manfre <mmanfre@gmail.com> | 2015-02-22 23:23:16 -0500 |
| commit | 7fa7dd48c4c785fd34161c6418de5accb1618422 (patch) | |
| tree | 8f217d7e226308b50ac69da228d86bff97e0b4b1 /docs | |
| parent | 556a74879f5c2d382927b5b68451c76d344e29e4 (diff) | |
Fixed signature of BaseDatabaseOperations.date_interval_sql() and document the change.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index d82995bafc..6a3b5554a6 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -1014,6 +1014,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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
