CTPUG/wafer

Setup and README disagree on the Django version

Closed this issue · 1 comments

README say:

Wafer supports Django 1.8 and Django 1.9.

setup.py say:

REQUIRES = [
'Django>=1.11',
…]
drnlm commented

Fixed by #409