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