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