Здравствуйте, я хочу установить расширение новостей для djangocms, все делал по документации
aldryn-newsblog.readthedocs.org/en/latest/how_to/i...
Но не могу избавиться от предупреждения
(env)vitali@Admin-PC ~/pro/tutorial-project $ python manage.py migrate
/home/vitali/pro/env/local/lib/python2.7/site-packages/parler/forms.py:163: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form PersonForm needs updating
return super(TranslatableModelFormMetaclass, mcs).__new__(mcs, name, bases, attrs)
Operations to perform:
Synchronize unmigrated apps: sortedm2m, aldryn_boilerplates, aldryn_apphooks_config, parler, djangocms_admin_style, sitemaps, sekizai, treebeard
Apply all migrations: djangocms_inherit, aldryn_people, aldryn_newsblog, easy_thumbnails, djangocms_flash, djangocms_file, sites, menus, contenttypes, djangocms_googlemap, filer, sessions, reversion, djangocms_column, auth, djangocms_picture, djangocms_style, aldryn_categories, admin, djangocms_link, djangocms_video, taggit, djangocms_teaser, cms, djangocms_text_ckeditor
Synchronizing apps without migrations:
Creating tables...
Installing custom SQL...
Installing indexes...
Running migrations:
No migrations to apply.
(env)vitali@Admin-PC ~/pro/tutorial-project $
Оно в самом начале. Оно явно реагирует на
INSTALLED_APPS = (
...
'cms',
...
'aldryn_people',
...
)
Как это можно исправить?