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
/
views.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2014-01-26
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-05-18
Fixed #13285: populate_xheaders breaks caching
Łukasz Langa
2012-10-01
Prevented flatpage view from directly accessing settings.SITE_ID
Claude Paroz
2012-06-26
Add reST role to templates named in some view docs.
Ben Spaulding
2011-04-20
Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...
Jannis Leidel
2010-08-27
Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so t...
Russell Keith-Magee
2010-02-04
Fixed #12358 - csrf_token template tag does not work with flatpages.
Luke Plant
2008-08-21
Fixed #8376 -- Use request.path and request.path_info at the right moments when
Malcolm Tredinnick
2008-08-05
Fixed #6213: flatpage view now correctly redirects if settings.APPEND_SLASH. ...
Jacob Kaplan-Moss
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2006-08-23
Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th...
Adrian Holovaty
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty