summaryrefslogtreecommitdiff
path: root/django/contrib/gis/maps
AgeCommit message (Expand)Author
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-03Fixed #21934 -- Added unicode support in GoogleMap classDavid Fischer
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-22Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-03Removed various unnecessary instances of mark_safe applied to URLsLuke Plant
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-05-18Got rid of old __cmp__methods replaced by rich comparison.Claude Paroz
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2009-06-29Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` te...Justin Bronn
2009-05-30Fixed #11200 -- Now use a `set` data structure for `GoogleMap` icons so that ...Justin Bronn
2009-03-20Fixed #10480 -- made `icons` a property to add more flexibility.Justin Bronn
2009-03-10Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM...Justin Bronn
2009-03-09Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objec...Justin Bronn
2009-03-08Fixed #10072 -- `GMarker` overlays now have `draggable` option. Thanks to pr...Justin Bronn
2008-08-17Fixed #8113. Made `get_width_height` a `GoogleZoom` method that takes the ex...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn