elo80ka / django-dynamic-formset

A jQuery plugin that allows you dynamically add new forms to a rendered django formset.
677 stars 311 forks source link

requirements.txt still contains django 1.7.1 #127

Open matt-a-t opened 7 years ago

matt-a-t commented 7 years ago

The version of django included with this repo in requirements.txt still contains the old version of django, which raises an exception:

AttributeError: module 'html.parser' has no attribute 'HTMLParseError'

This can be avoided by using django 1.8.* I changed my requirements.txt and reinstalled and everything worked great. Just FYI, other than that this project comes very highly recommended. Great work!