Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.

This commit is contained in:
Tim Graham 2015-01-29 07:20:56 -05:00
parent 5b74134f27
commit 29c0073335
4 changed files with 25 additions and 12 deletions

View file

@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~