diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-29 07:20:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-30 06:28:47 -0500 |
| commit | 29c0073335c7f7cdc482866e093e5e42a42625e5 (patch) | |
| tree | f66bc28f558661b6038396d0c1aef5c8469f9d7c /docs | |
| parent | 5b74134f27eabf92870e1c5e81f9e4999f113eab (diff) | |
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
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 4ee959a698..a283e3c157 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -938,6 +938,9 @@ those writing third-party backends in updating their code: ``data_type_check_constraints`` attributes have moved from the ``DatabaseCreation`` class to ``DatabaseWrapper``. +* The ``SQLCompiler.as_sql()`` method now takes a ``subquery`` parameter + (:ticket:`24164`). + :mod:`django.contrib.admin` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
