mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #27014 -- Fixed annotations with database functions on PostGIS.
Thanks Sean Mc Allister for providing a test.
This commit is contained in:
parent
48ede58971
commit
89f17e7caf
3 changed files with 7 additions and 1 deletions
|
@ -48,3 +48,6 @@ Bugfixes
|
|||
|
||||
* Fixed ``ClearableFileInput`` to avoid the ``required`` HTML attribute when
|
||||
initial data exists (:ticket:`27037`).
|
||||
|
||||
* Fixed annotations with database functions when combined with lookups on
|
||||
PostGIS (:ticket:`27014`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue