django1/django/contrib/flatpages
Jannis Leidel bf6ccebef7 Updated flatpages base translation files with new strings. Refs #17822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-05 02:24: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 Updated flatpages base translation files with new strings. Refs #17822. 2012-03-05 02:24:06 +00:00
templatetags Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
tests Added __future__ import for Python 2.5 forgotten in r17402. 2012-01-28 20:37:05 +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 #14678 -- Added validation to catch flatpages with the same URL on the same site. Thanks seler for the report, and joni, graham_king, and j4nu5 for work on the patch. 2011-10-07 15:45:52 +00:00
forms.py Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) end with a slash. Thanks jabapyth, claudep and kmtracey. 2012-01-28 20:27:23 +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 Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +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