From: Stephen Burrows Date: Thu, 3 Mar 2011 22:10:16 +0000 (-0500) Subject: Added feed_length to BlogViewAdmin. X-Git-Tag: philo-0.9~16^2~14 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/08f6ca2120d8c01bdc32b4c271772bde77db3865 Added feed_length to BlogViewAdmin. --- diff --git a/contrib/penfield/admin.py b/contrib/penfield/admin.py index 5aee6f8..c70cf46 100644 --- a/contrib/penfield/admin.py +++ b/contrib/penfield/admin.py @@ -62,7 +62,7 @@ class BlogViewAdmin(EntityAdmin): 'classes': COLLAPSE_CLASSES }), ('Feed Settings', { - 'fields': ( 'feeds_enabled', 'feed_suffix', 'feed_type', 'item_title_template', 'item_description_template',), + 'fields': ( 'feeds_enabled', 'feed_suffix', 'feed_type', 'feed_length', 'item_title_template', 'item_description_template',), 'classes': COLLAPSE_CLASSES }) )