Fixed #27014 -- Fixed annotations with database functions on PostGIS.

Thanks Sean Mc Allister for providing a test.
This commit is contained in:
Daniel Wiesmann 2016-08-15 18:18:48 +01:00 committed by Tim Graham
parent 48ede58971
commit 89f17e7caf
3 changed files with 7 additions and 1 deletions

View file

@ -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`).