Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge 2193f2b into b28e67a
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed May 31, 2015
2 parents b28e67a + 2193f2b commit b9d4299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aldryn_newsblog/cms_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@

@toolbar_pool.register
class NewsBlogToolbar(CMSToolbar):
watch_models = (Article, )
watch_models = [Article, ] # must be a list, not a tuple
# see https://github.com/divio/django-cms/issues/4135
supported_apps = ('aldryn_newsblog',)

def __get_newsblog_config(self):
Expand Down

0 comments on commit b9d4299

Please sign in to comment.