You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manage.py makemigrations creates a new migration (with Django 1.11.13) which throws an exception when trying to migrate. Anyway manage.py makemigrations should not create new migrations. I'm downgrading to version 1.5.0.
The text was updated successfully, but these errors were encountered:
…jango-friendship).
- To upgrade all the requirements (with Django>=1.11,<2.0 and django-friendship==1.5.0), run:
pip install --upgrade -r requirements-pip-upgrade.txt
- To upgrade all the requirements (including Django and django-friendship), run:
pip install --upgrade -r requirements-without-versions.txt
(notice that django-modeltranslation and django-friendship latest stable releases still don't support Django 2.0, or have bugs/issues).
manage.py makemigrations creates a new migration (with Django 1.11.13) which throws an exception when trying to migrate. Anyway manage.py makemigrations should not create new migrations. I'm downgrading to version 1.5.0.
The text was updated successfully, but these errors were encountered: