diff --git a/setup.py b/setup.py index e518244..198e4d2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='wagtail-quick-create', - version='2.0.1', + version='2.0.2', description='Offer links to the admin user to create content under sections quickly.', long_description=long_description, long_description_content_type='text/markdown', diff --git a/wagtailquickcreate/tests/settings.py b/wagtailquickcreate/tests/settings.py index b428e89..04225b9 100644 --- a/wagtailquickcreate/tests/settings.py +++ b/wagtailquickcreate/tests/settings.py @@ -19,7 +19,6 @@ 'wagtail.contrib.routable_page', 'wagtail.contrib.frontend_cache', 'wagtail.contrib.settings', - 'wagtail.contrib.modeladmin', 'wagtail.contrib.table_block', 'wagtail.contrib.forms', 'wagtail.embeds',