barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

render() got an unexpected keyword argument 'renderer' #196

Closed nicolasmendoza closed 6 years ago

nicolasmendoza commented 6 years ago

On Django 2.0.6 and Python 3.6.5, I'm getting the error "render() got an unexpected keyword argument 'renderer'" when I tried to add a new form or edit a existing form (loaded via data migration). Any idea ?

/fobi/templates/fobi/generic/snippets/form_properties_snippet.html

error

nicolasmendoza commented 6 years ago

Support for Widget.render() methods without the renderer argument is removed. on django 2.1 but I'm using django 2.0.6. Hmmm

nicolasmendoza commented 6 years ago

Updated. This issue is in Django 2.1. My fault with the environments. When I up my app on dev mode is taking django 2.1 and not 2.0.6. So, the issue have sense but I'm using a incorrect django version for me. So I'm fix this locally because I need django 2.0.6 no 2.1. Sorry, this was after a pip install -U so all my libraries were updated.

barseghyanartur commented 6 years ago

@nicolasmendoza:

Thanks for the update.

Btw, support for Django 2.1 is planned.

barseghyanartur commented 6 years ago

@nicolasmendoza:

FYI, implemented in 0.13.4.