djangonauts / django-hstore

PostgreSQL HStore support for Django.
http://django-hstore.readthedocs.io/
Other
517 stars 142 forks source link

Django >=1.10 - Widget - Move from Context to dict #164

Closed raphael-riel closed 3 years ago

raphael-riel commented 6 years ago

For compatibility with Django 1.10+

Fixes the TypeError context must be a dict rather than Context error on widget rendering.

See https://docs.djangoproject.com/en/1.11/releases/1.10/#features-removed-in-1-10 and https://stackoverflow.com/questions/43787700/django-1-11-typeerror-context-must-be-a-dict-rather-than-context