2👍
There is an issue with categories and how it is displayed when you add or edit entry if you use Django 1.11. Fastest workaround is to downgrade Django to 1.10.
@weather api suggested to look into dependencies, but setup.py doesn’t even mention Django package by itself, so by default Django 1.11 will be installed.
- [Django]-Junk after document element: line 13, column 2
- [Django]-Get unpaginated results from Django REST Framework
- [Django]-Anyone knows a good hack to make django-registration use emails as usernames?
- [Django]-Csrf_token cookie deleted by another site?
- [Django]-Rest Framework Image Validation
Source:stackexchange.com