django1/django/contrib/flatpages/tests
Aymeric Augustin 4a3aceed3f Added __future__ import for Python 2.5 forgotten in r17402.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-28 20:37:05 +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 Added __future__ import for Python 2.5 forgotten in r17402. 2012-01-28 20:37:05 +00:00
middleware.py Minor renaming for consistency. 2011-05-07 17:05:06 +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 #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
views.py Minor renaming for consistency. 2011-05-07 17:05:06 +00:00