Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/measure.py
Commit message (Expand)AuthorAgeFilesLines
* 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 generato...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-271-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 insid...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...Justin Bronn2009-12-171-22/+28
* Fixed #11066 -- Corrected 15 duplicate "the"s found in do...Karen Tracey2009-05-171-1/+1
* Fixed #6767: changed the way the Oracle backend fetches n...Ian Kelly2009-01-151-0/+1
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+329