Ville Skyttä
|
96f97691ad
|
Fixed broken links in docs and comments.
|
2016-06-15 21:20:23 -04:00 |
Tim Graham
|
df8d8d4292
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
Tim Graham
|
6448873197
|
Fixed E402 flake8 warnings.
|
2016-04-04 17:14:27 -04:00 |
Tim Graham
|
4b600ed244
|
Removed django.utils.functional.total_ordering()
|
2015-06-15 13:15:24 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Jon Dufresne
|
4468c08d70
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Boryslav Larin
|
e737c009b8
|
Fixed flake8 E241
|
2013-11-02 21:45:40 +02:00 |
Alex Gaynor
|
19256f300e
|
Continue to attack E302 violations
|
2013-11-02 10:18:46 -07:00 |
Alex Gaynor
|
b35ff0d920
|
Fixed all the E203 violations
|
2013-10-26 18:27:42 -07:00 |
Alex Gaynor
|
9bf5610890
|
Start attacking E231 violations
|
2013-10-24 10:30:03 -07:00 |
Tim Graham
|
1597503a01
|
Fixed E221 pep8 warnings.
|
2013-10-22 09:51:39 -04:00 |
Alasdair Nicol
|
a800036981
|
Fixed #21287 -- Fixed E123 pep8 warnings
|
2013-10-18 10:07:39 +01:00 |
Alasdair Nicol
|
eb214452c3
|
Fixed #21270 -- Fixed E701 pep8 warnings
|
2013-10-17 12:12:40 +01:00 |
Tim Graham
|
c7d0ff0cad
|
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Thanks jeroen.pulles at redslider.net for the suggestion and
helper script.
|
2013-08-29 12:11:03 -04:00 |
Aymeric Augustin
|
fc10418fba
|
Fixed #18963 -- Used a subclass-friendly pattern
for Python 2 object model compatibility methods.
|
2012-11-03 22:07:35 +01:00 |
Claude Paroz
|
2da3af23aa
|
[py3] Made gis.measure Python 3-compatible
|
2012-08-08 14:43:16 +02:00 |
Aymeric Augustin
|
ee191715ea
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
Aymeric Augustin
|
3cb2457f46
|
[py3] Replaced basestring by six.string_types.
|
2012-07-22 09:29:54 +02:00 |
Aymeric Augustin
|
56dbe924a6
|
[py3] Removed longs.
|
2012-07-22 09:29:53 +02:00 |
Claude Paroz
|
4d46106f8c
|
Fixed #17754 -- Refactored gis.measure
This refactoring does allow much easier MeasureBase subclassing.
Many thanks to Ricardo di Virgilio for the initial patch.
|
2012-06-14 15:32:42 +02:00 |
Claude Paroz
|
d04f72fb31
|
Got rid of old __cmp__methods replaced by rich comparison.
The __cmp__ methods are unsupported in Python 3.
_doctest.py has been left untouched because it is likely it will
not be migrated to Python 3.
|
2012-05-18 14:52:24 +02:00 |
Justin Bronn
|
fed3081caf
|
Fixed #12390 -- `Distance` and `Area` objects now support multiplication when they are the right-hand side.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-17 18:21:30 +00:00 |
Karen Tracey
|
50745cc31e
|
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 16:45:28 +00:00 |
Ian Kelly
|
acfe5cc880
|
Fixed #6767: changed the way the Oracle backend fetches numbers to prevent decimals being returned as floats.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-01-15 20:39:09 +00:00 |
Justin Bronn
|
79e68c225b
|
Merged the gis branch into trunk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-05 18:13:06 +00:00 |