jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
433 stars 88 forks source link

fixed for Django 2.1 #8

Closed travijuu closed 6 years ago

travijuu commented 6 years ago

In Django 2.1, forms.Widget.render has one new parameter called renderer which causes an error in current version.

wsantos commented 6 years ago

@jmrivas86 can you please merge this?

ramonsaraiva commented 6 years ago

Please check https://github.com/jmrivas86/django-json-widget/issues/11

jmrivas86 commented 6 years ago

LGTM, thanks for PR.