From df68751134531462f005a75e7342d46540033b88 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 29 Jan 2015 07:20:56 -0500 Subject: [1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure. Backport of 29c0073335c7f7cdc482866e093e5e42a42625e5 from master --- docs/releases/1.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index e1db701646..745409d525 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -937,6 +937,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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3