Dmitri-Sintsov / django-jinja-knockout

Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
https://django-jinja-knockout.readthedocs.org/
Other
144 stars 29 forks source link

Reduce the possibility of circular import in forms.base and templatetags/fields.py #11

Closed kiwnix closed 4 years ago

kiwnix commented 4 years ago

I was having circular import problems in my project with django-jinja-knockout, this commit solves it in a similar way i have seen on the commit history.

kiwnix commented 4 years ago

The pull request #12 is a simpler solution IMO.