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