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
Age
Commit message (
Expand
)
Author
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-07-27
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
Melvyn Sopacua
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-09-20
Fixed #28617 -- Made ogrinspect output pep8 compliant.
Thomas Schorr
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-17
Refs #26509 -- Removed contrib.gis.utils.precision_wkt() per deprecation time...
Tim Graham
2017-01-16
Moved unneeded ImproperlyConfigured inner imports.
Tim Graham
2016-08-09
Unified SpatiaLite spelling
Claude Paroz
2016-04-16
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
krishbharadwaj
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-12
Fixed #25926 -- Removed gis.utils.ogrinfo.sample backwards compatibility alias.
Sergey Fedoseev
2015-12-12
Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() backwards-compatibili...
Sergey Fedoseev
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-08-10
Removed deprecated GeoManager from inspectdb/ogrinspect output.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-20
Added GDAL 2.0 support
Claude Paroz
2015-05-06
Fixed #24207 -- Added 25D-type geometry field support to ogrinspect
Claude Paroz
2015-05-06
Fixed #24750 -- Updated two contrib.gis comment links
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-06
Fixed E265 comment style
Collin Anderson
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
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-18
Fixed #24014 -- Unified OGRException and GDALException
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-09-18
Fixed string length check in LayerMapping
Claude Paroz
2014-09-18
Added a feature flag for add_srs_entry support; refs #22632 and #23504.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-26
Removed some more hardcoded backends in GIS tests
Claude Paroz
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-17
Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some tests
Claude Paroz
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
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-28
Fixed E125 pep8 warnings
Christopher Medrela
[next]