summaryrefslogtreecommitdiff
path: root/django/contrib/gis/utils/layermapping.py
AgeCommit message (Expand)Author
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
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-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-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
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-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-09-08Removed a ton of unused local varsAlex Gaynor
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
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-09-20Fixed #17687 -- Made LayerMapping router-awareClaude Paroz
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-05-24Fixed #18367 -- Allowed LayerMapping to store strings in TextField.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-09-10Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...Justin Bronn
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-30Fixed `LayerMapping` to support `BigIntegerField` and removed support for `XM...Justin Bronn
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2010-03-29Fixed #11785 -- Clarified error message when the layer geometry type doesn't ...Justin Bronn
2009-12-25Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-11-02Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ...Justin Bronn
2008-12-26Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.Justin Bronn
2008-09-09Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...Justin Bronn
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss