django1/django/contrib/flatpages/tests
Luke Plant 26cda43012 Switched to HTML5 doctype in all Django supplied templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20 17:40:53 +00:00
..
templates Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
__init__.py Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in 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. 2010-08-28 12:25:54 +00:00
csrf.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
forms.py Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects. 2011-03-09 23:46:28 +00:00
middleware.py Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist. 2011-04-20 14:41:47 +00:00
templatetags.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
urls.py Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so that the flatpage middleware doesn't cause all POSTs resulting in 404s to turn into 403s. Thanks to patrys for the report. 2010-08-27 13:55:11 +00:00
views.py Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist. 2011-04-20 14:41:47 +00:00