django1/django/contrib/flatpages
Malcolm Tredinnick 51705f60b1 Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19 02:09:26 +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 #2317 -- Fixed help_text for FlatPage.template_name field to match magic-removal template names. Thanks, md@hudora.de 2006-07-09 22:35:08 +00:00
urls.py Small bugfix to flatpages URLconf from [1166] 2005-11-11 05:13:57 +00:00
views.py Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00

README.TXT

This is an optional add-on app, flatpages.

For full documentation, see either of these:

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

Both have identical content.