django1/django/contrib/flatpages
Jannis Leidel 32bd953e63 Minor renaming for consistency.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-07 17:05:06 +00:00
..
fixtures Fixed #6932 -- Added a template tag that gives a list of available flatpages for a given user. Thanks to Dmitri Fedortchenko for the suggestion, and to Mnewman, faldridge and Simon Meers for their work on the patch. 2010-08-28 11:59:14 +00:00
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
templatetags Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
tests Minor renaming for consistency. 2011-05-07 17:05:06 +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 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
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 #6213 -- Updated the flatpages app to only append a slash if the flatpage actually exist. 2011-04-20 14:41:47 +00:00