Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/maps
Commit message (Expand)AuthorAgeFilesLines
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-5/+5
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-1/+3
* Removed django.utils.functional.total_ordering()Tim Graham2015-06-151-1/+2
* Fixed #24469 -- Refined escaping of Django's form element...Moritz Sichert2015-03-281-3/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-7/+11
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-132-5/+5
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-6/+6
* Limited lines to 119 characters in django/Tim Graham2014-09-052-2/+6
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-262-2/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21934 -- Added unicode support in GoogleMap classDavid Fischer2014-02-033-0/+6
* Fixed all E226 violationsAlex Gaynor2013-11-031-5/+5
* Fixed all E261 warningscoagulant2013-11-022-10/+10
* More attacking E302 violatorsAlex Gaynor2013-11-023-0/+7
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-0/+5
* Fixed all the E203 violationsAlex Gaynor2013-10-271-13/+13
* Fixed E225 pep8 warnings.Tim Graham2013-10-233-4/+4
* Fixed E221 pep8 warnings.Tim Graham2013-10-222-4/+4
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-172-12/+24
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-151-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Whitespace cleanup.Tim Graham2013-10-101-5/+5
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-302-2/+2
* Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz2013-07-221-1/+2
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-2/+5
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-222-10/+12
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-5/+6
* Removed various unnecessary instances of mark_safe applie...Luke Plant2012-07-031-2/+2
* Changed a lot of internal code to use 'format_html' where...Luke Plant2012-07-031-6/+8
* Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz2012-05-181-3/+9
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-132-4/+7
* Fixed #11509 -- Modified usage of "Web" to match our styl...Russell Keith-Magee2010-10-091-1/+1
* Fixed #11249, #11261 -- Blocks may now be overridden agai...Justin Bronn2009-06-291-2/+2
* Fixed #11200 -- Now use a `set` data structure for `Googl...Justin Bronn2009-05-302-3/+11
* Fixed #10480 -- made `icons` a property to add more flexi...Justin Bronn2009-03-201-8/+12
* Fixed #9204 -- Added `GIcon` overlay, allowing customizat...Justin Bronn2009-03-103-54/+126
* Fixed #9955 -- Added `GoogleMapSet`, which enables multip...Justin Bronn2009-03-092-19/+99
* Fixed #10072 -- `GMarker` overlays now have `draggable` o...Justin Bronn2009-03-081-2/+7
* Fixed #8113. Made `get_width_height` a `GoogleZoom` meth...Justin Bronn2008-08-171-37/+34
* Merged the gis branch into trunk.Justin Bronn2008-08-056-0/+583