summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/tests
AgeCommit message (Expand)Author
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-09-13Fixed #14252 - django.contrib.flatpages unit tests assume default value for s...Luke Plant
2010-08-28Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...Russell Keith-Magee
2010-08-28Fixed #6932 -- Added a template tag that gives a list of available flatpages ...Russell Keith-Magee
2010-08-28Removed a stray DEBUG=True test setting introduced in r13641.Russell Keith-Magee
2010-08-27Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so t...Russell Keith-Magee