summaryrefslogtreecommitdiff
path: root/django/contrib/gis/measure.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly2019-04-191-0/+2
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-3/+3
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-9/+0
* Refs #23919 -- Removed __nonzero__() methods (for Python 2).Simon Charette2017-01-191-3/+0
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-3/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+2
* Fixed broken links in docs and comments.Ville Skyttä2016-06-151-1/+1
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-16/+29
* Fixed E402 flake8 warnings.Tim Graham2016-04-041-1/+2
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-4/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+2
* Fixed all the E203 violationsAlex Gaynor2013-10-261-59/+59
* Start attacking E231 violationsAlex Gaynor2013-10-241-10/+10
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-3/+3
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
* Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham2013-08-291-4/+4
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-4/+12
* [py3] Made gis.measure Python 3-compatibleClaude Paroz2012-08-081-4/+8
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+1
* [py3] Removed longs.Aymeric Augustin2012-07-221-1/+2
* Fixed #17754 -- Refactored gis.measureClaude Paroz2012-06-141-174/+139
* Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz2012-05-181-4/+20
* Fixed #12390 -- `Distance` and `Area` objects now support multiplication when...Justin Bronn2009-12-171-22/+28
* Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey2009-05-171-1/+1
* Fixed #6767: changed the way the Oracle backend fetches numbers to prevent de...Ian Kelly2009-01-151-0/+1
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+329