Fixed the deprecated settings int he example app

This commit is contained in:
Corey Oordt 2011-05-12 07:17:57 -04:00
parent 1ad18ecb5c
commit 7d295843aa

View file

@ -92,5 +92,5 @@ INSTALLED_APPS = (
CATEGORIES_SETTINGS = {
'ALLOW_SLUG_CHANGE': True,
'RELATION_MODELS': ['simpletext.simpletext','flatpages.flatpage'],
}
CATEGORIES_RELATION_MODELS = ['simpletext.simpletext','flatpages.flatpage']