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