summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/templatetags
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2010-10-10Don't mark a TemplateSyntaxError in flatpages as being translatable.Alex Gaynor
2010-08-28Fixed #6932 -- Added a template tag that gives a list of available flatpages ...Russell Keith-Magee