summaryrefslogtreecommitdiff
path: root/django/contrib/gis/feeds.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2015-11-25Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_at...Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-02-06Fixed E265 comment styleCollin Anderson
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-02Continue to attack E302 violationsAlex Gaynor
2013-10-26Fixed all the E203 violationsAlex Gaynor
2013-10-17Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol
2013-10-10Whitespace cleanup.Tim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2008-08-16Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...Justin Bronn