django1/django/contrib/redirects
Adrian Holovaty 15437d7a88 Fixed #2139 -- Changed Redirect repr to str
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-12 16:20:05 +00:00
..
README.TXT Added README.TXT to contrib.redirects and contrib.flatpages 2005-11-12 00:09:20 +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
middleware.py Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa 2006-06-08 05:00:13 +00:00
models.py Fixed #2139 -- Changed Redirect repr to str 2006-06-12 16:20:05 +00:00

README.TXT

This is an optional add-on app, redirects.

For full documentation, see either of these:

    * The file django/docs/redirects.txt in the Django distribution
    * http://www.djangoproject.com/documentation/redirects/ on the Web

Both have identical content.