All,

As of a code update today, flatpages and redirects, two features that
have been installed with Django by default but had not been
documented, are now optional add-ons. This is a backwards-incompatible
change, so all Django users are advised to follow the instructions in
the "Separated flatpages and redirects into standalone, optional apps"
section of the backwards-incompatible changes page:

http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges

This change makes Django leaner and meaner: It cuts a bit of
functionality that Django did by default but not everybody wanted to
take advantage of.

If you *do* want to use flatpages and redirects, check out these two
new pieces of documentation:

    * The flatpages app: http://www.djangoproject.com/documentation/flatpages/
    * The redirects app: http://www.djangoproject.com/documentation/redirects/

Please respond to this thread if you have any questions!

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to