summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages/tests/__init__.py
AgeCommit message (Collapse)Author
2015-02-11Moved contrib.flatpages tests out of contrib.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
2013-04-02Updated flatpages tests for unittest2 discovery.Preston Timmons
2013-02-24URL-encoded URLs in FlatPage.get_absolute_url.Aymeric Augustin
2010-08-28Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in ↵Russell Keith-Magee
flatpage names. Thanks to marco.giusti@gmail.com for the report, Idan Gazit for summarizing the issue on the ticket, and ctrochalakis for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13655 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28Fixed #6932 -- Added a template tag that gives a list of available flatpages ↵Russell Keith-Magee
for a given user. Thanks to Dmitri Fedortchenko for the suggestion, and to Mnewman, faldridge and Simon Meers for their work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-27Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so ↵Russell Keith-Magee
that the flatpage middleware doesn't cause all POSTs resulting in 404s to turn into 403s. Thanks to patrys for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13641 bcc190cf-cafb-0310-a4f2-bffc1f526a37