coagulant
|
3bc0d46a84
|
Fixed all E261 warnings
|
2013-11-02 18:20:39 -04:00 |
Alex Gaynor
|
7548aa8ffd
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
Alex Gaynor
|
b35ff0d920
|
Fixed all the E203 violations
|
2013-10-26 18:27:42 -07:00 |
Tim Graham
|
ae48d77ef8
|
Fixed E225 pep8 warnings.
|
2013-10-23 06:09:29 -04:00 |
Tim Graham
|
1597503a01
|
Fixed E221 pep8 warnings.
|
2013-10-22 09:51:39 -04:00 |
Alasdair Nicol
|
eb214452c3
|
Fixed #21270 -- Fixed E701 pep8 warnings
|
2013-10-17 12:12:40 +01:00 |
Tim Graham
|
b67ab75e82
|
Fixed assorted flake8 errors.
|
2013-10-11 07:25:14 -04:00 |
Simon Charette
|
11cd7388f7
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
Claude Paroz
|
27c1a72576
|
Fixed #20773 -- [gis] Fixed regression in GoogleMap output
Thanks Martyn Clement for the report and the initial patch.
|
2013-07-22 09:55:45 +02:00 |
Aymeric Augustin
|
a84d79f572
|
[py3] Added Python 3 compatibility for xrange.
|
2012-07-22 09:29:56 +02:00 |
Luke Plant
|
b0eee0ba4b
|
Removed various unnecessary instances of mark_safe applied to URLs
Also fixed some test breakages introduced in last commit
|
2012-07-03 22:20:12 +01:00 |
Luke Plant
|
a92e7f37c4
|
Changed a lot of internal code to use 'format_html' where appropriate/possible
|
2012-07-03 22:20:12 +01:00 |
Jannis Leidel
|
24f4764a48
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-07-13 09:35:51 +00:00 |
Justin Bronn
|
cb9cf01ff2
|
Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` template; now use GMaps `setUIToDefault` to use default controls. Thanks to ludifan and Peter Landry for the ttickets and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-29 17:17:45 +00:00 |
Justin Bronn
|
1ed5d8fc39
|
Fixed #11200 -- Now use a `set` data structure for `GoogleMap` icons so that they aren't repeated in rendered JavaScript. Thanks to ludifan for ticket and initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-30 16:10:23 +00:00 |
Justin Bronn
|
9eb061b2c0
|
Fixed #10480 -- made `icons` a property to add more flexibility.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-20 02:10:47 +00:00 |
Justin Bronn
|
6aa5aacc86
|
Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GMarker` objects. Thanks to qingfeng for initial ticket/patch, and to prairiedogg for final implementation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-10 18:03:35 +00:00 |
Justin Bronn
|
d45e24a1f8
|
Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objects to placed on the same page; moved all templates to `google` parent dir, and added 'google-map.html' for an included example. Thanks to mandric for the ticket and aromano for initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-09 19:22:24 +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 |