mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
This commit is contained in:
parent
5b74134f27
commit
29c0073335
4 changed files with 25 additions and 12 deletions
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue