django1/django/contrib/flatpages/tests
Aymeric Augustin 98e9d1c6ab Used the override_settings decorator in the tests of auth, flatpages, and formtools.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31 16:03:09 +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 Used the override_settings decorator in the tests of auth, flatpages, and formtools. 2012-03-31 16:03:09 +00:00
forms.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
middleware.py Used the override_settings decorator in the tests of auth, flatpages, and formtools. 2012-03-31 16:03:09 +00:00
templatetags.py Used the override_settings decorator in the tests of auth, flatpages, and formtools. 2012-03-31 16:03:09 +00:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
views.py Used the override_settings decorator in the tests of auth, flatpages, and formtools. 2012-03-31 16:03:09 +00:00