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