summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/base/models.py
AgeCommit message (Expand)Author
2025-02-04Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property.Arnaldo Govenem
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-16Fixed flake8 2.6 warnings.Tim Graham
2016-04-19Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units().Nicolas NoƩ
2015-12-03Fixed #25797 -- Fixed regex for getting units from SRS WKT.Sergey Fedoseev
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham