niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

Fixed the import path of BoundField. #259

Closed wizpig64 closed 4 years ago

wizpig64 commented 4 years ago

django.forms.forms.BoundField has been an alias to django.forms.boundfield.BoundField since long before our minimum supported django version, 1.11. The alias, added in 1.9, has been removed starting in 3.1. This commit should work for all django versions supported by django-jinja.