summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_fields.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2018-12-21Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and 'toleran...jtiai
2018-12-21Added tests for GeometryField.deconstruct().jtiai
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev
2017-09-08Fixed deepcopy of AreaField and DistanceField.Sergey Fedoseev