summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_fields.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+26
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...jtiai2018-12-211-0/+4
* Added tests for GeometryField.deconstruct().jtiai2018-12-211-0/+21
* Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev2017-09-111-2/+2
* Fixed deepcopy of AreaField and DistanceField.Sergey Fedoseev2017-09-081-0/+15