django1/django/contrib/flatpages
Luke Plant def34da85c Fixed #12358 - csrf_token template tag does not work with flatpages.
Thanks to phretor for the report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-04 21:47:19 +00:00
..
__init__.py BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
admin.py Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument, made a custom `FlatPageForm` to check the entered URL. 2008-08-11 04:28:33 +00:00
middleware.py Fixed #8376 -- Use request.path and request.path_info at the right moments when 2008-08-21 01:40:22 +00:00
models.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
urls.py Small bugfix to flatpages URLconf from [1166] 2005-11-11 05:13:57 +00:00
views.py Fixed #12358 - csrf_token template tag does not work with flatpages. 2010-02-04 21:47:19 +00:00