summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_data.py
AgeCommit message (Expand)Author
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham