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
/
layermapping.py
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-01-25
Refs #35058 -- Added support for measured geometries to GDAL Point.
David Smith
2024-01-18
Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.
David Smith
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-24
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Keryn Knight
2020-11-28
Refs #32230 -- Made LayerMapping support pathlib.Path.
Mariusz Felisiak
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-02-23
Added PositiveIntegerField support to LayerMapping.
Gabriele Giaccari
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
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
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
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 six.<various>_types usage
Claude Paroz
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
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-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-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
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
[next]