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
/
measure.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
2024-01-16
Fixed #35117 -- Added support for the hectare unit in Area.
Alexis Athlani
2023-06-25
Fixed #34676 -- Normalized Distance()/Area() exceptions for nonexistent units.
Andrew Northall
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-18
Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...
Illia Volochii
2019-04-19
Fixed #30341 -- Added support for the furlong unit in Distance.
Dustin Neighly
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-08-08
[py3] Made gis.measure Python 3-compatible
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-06-14
Fixed #17754 -- Refactored gis.measure
Claude Paroz
2012-05-18
Got rid of old __cmp__methods replaced by rich comparison.
Claude Paroz
2009-12-17
Fixed #12390 -- `Distance` and `Area` objects now support multiplication when...
Justin Bronn
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-01-15
Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...
Ian Kelly
2008-08-05
Merged the gis branch into trunk.
Justin Bronn