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
/
docs
/
ref
/
contrib
/
gis
/
layermapping.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-11-28
Refs #32230 -- Made LayerMapping support pathlib.Path.
Mariusz Felisiak
2020-05-13
Renamed PROJ.4 to PROJ.
Claude Paroz
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-05-12
Fixed typo in docs/ref/contrib/gis/layermapping.txt
Victor Oliveira da Silva
2016-02-19
Fixed #25974 -- Switched GIS docs to 4 spaces indentation.
Sergey Fedoseev
2015-08-11
Fixed #25205 -- Removed doc references to deprecated GeoManager class.
Brendan Hayward
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2014-11-26
Updated GIS docs to use doc links.
Tim Graham
2014-11-15
Removed old version note in layermapping.txt
Claude Paroz
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-11-26
Fixed a typo in the layermapping docs.
Aymeric Augustin
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-04-09
Minor documentation tweaks for GeoDjango, including addition of link to main ...
Justin Bronn
2010-03-26
Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta...
Justin Bronn