djangonauts / django-hstore

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

Improve reload_schema for django 1.8 #118

Closed nemesifier closed 9 years ago

nemesifier commented 9 years ago

These lines: https://github.com/djangonauts/django-hstore/commit/25fdb40489e2e0cb7d83fadcc1ef18d146c92263#diff-f3e4494d3b255df381e14ae1253278d3R1475

Are not really a fix but a quick and dirty fix. This test needs to be refactored to work well with django 1.8 and ensure the behaviour is unchanged.