summaryrefslogtreecommitdiff
path: root/django/contrib/gis/utils/srs.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2019-01-02Used 4 space hanging indent for dictionaries.Tim Graham
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2016-08-09Unified SpatiaLite spellingClaude Paroz
2015-12-12Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() backwards-compatibili...Sergey Fedoseev
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-09-18Added a feature flag for add_srs_entry support; refs #22632 and #23504.Tim Graham
2014-04-17Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
2014-01-30Fixed #21907 -- Fixed add_srs_entry for Spatialite >= 4Claude Paroz
2014-01-30Added new srs test and various cleaningClaude Paroz
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-01-29Fixed typos in docs and commentsTim Graham
2011-09-10Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...Justin Bronn
2010-01-14Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar...Justin Bronn
2009-03-30Fixed the `add_postgis_srs` routine to support SpatiaLite.Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn