summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_data.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+9
* Increased test coverage for django.contrib.gis.gdal.layer.Layer.Mariusz Felisiak2022-01-261-0/+1
* Fixed #28982 -- Simplified code with and/or.Дилян Палаузов2018-01-031-4/+1
* Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis2017-02-011-8/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+1
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-0/+99