Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Add compatibility for Django v2 #23

Closed
kathomas921 opened this issue Feb 16, 2018 · 1 comment
Closed

Add compatibility for Django v2 #23

kathomas921 opened this issue Feb 16, 2018 · 1 comment

Comments

@kathomas921
Copy link

Installation instructions are break with release of Django 2.0

'pip install -U mezzanine-api' downloads Django 2.02, which no longer has the 'django.forms.extras' package, which throws an exception when running 'python manage.py createdb --noinput' in the installation instructions.

Either eliminating that dependency or adjusting the pip package to download Django 1.11 instead of the newest version should fix this (I imagine).

@gcushen gcushen changed the title Incompatible with Django 2.0 Add compatibility for Django v2 Oct 7, 2018
@gcushen
Copy link
Owner

gcushen commented Oct 8, 2018

Thanks for reporting this! The master version of Mezzanine-API should now support Django v2.

@gcushen gcushen closed this as completed Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants