diff --git a/README.rst b/README.rst index 527631f..114fba3 100644 --- a/README.rst +++ b/README.rst @@ -114,13 +114,13 @@ suited for your deployment. META_SITE_PROTOCOL = 'http' META_USE_SITES = True -* If you are using Django 1.7, be aware than ``filer``, ``cmsplugin_filer`` - and ``django-cms`` currently requires you to setup ``MIGRATION_MODULES`` in settings:: +* If you are using Django 1.7, be aware than ``filer`` < 0.9.10, ``cmsplugin_filer`` + and ``django-cms`` < 3.1 currently requires you to setup ``MIGRATION_MODULES`` in settings:: MIGRATION_MODULES = { - 'cms': 'cms.migrations_django', - 'menus': 'menus.migrations_django', - 'filer': 'filer.migrations_django', + 'cms': 'cms.migrations_django', # only for django CMS 3.0 + 'menus': 'menus.migrations_django', # only for django CMS 3.0 + 'filer': 'filer.migrations_django', # only for django filer 0.9.9 and below 'cmsplugin_filer_image': 'cmsplugin_filer_image.migrations_django', }