summaryrefslogtreecommitdiff
path: root/django/contrib/gis/utils
AgeCommit message (Expand)Author
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
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-03-19Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi
2013-03-11Ported layermapping for autocommit.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-01-29Fixed typos in docs and commentsTim Graham
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2012-12-08Fixed a string detection in ogrinspect.pyClaude Paroz