From 7d295843aa71165b5fd61c536e16a76f2d0d5309 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Thu, 12 May 2011 07:17:57 -0400 Subject: [PATCH] Fixed the deprecated settings int he example app --- example/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/settings.py b/example/settings.py index 79dd171..37c6450 100644 --- a/example/settings.py +++ b/example/settings.py @@ -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'] \ No newline at end of file