djangonauts / django-hstore

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

Initial attempt at making django_hstore work for django 1.7 #33

Closed Naddiseo closed 10 years ago

Naddiseo commented 10 years ago

I was unable to get the tests working, but I'm not sure if that was because I didn't know how to configure it properly. That said, the patch does seem to work with my actual django project.

nemesifier commented 10 years ago

:+1: we should figure out how to tell travis-ci.org to test with django 1.7a2

nemesifier commented 10 years ago

regarding the tests, read here: https://github.com/djangonauts/django-hstore#running-the-tests In particular the 'type "hstore" does not exist' part

nemesifier commented 10 years ago

also consider ammending the commit so that your github account is properly linked (set author.email and author.name to match your github account)

nemesifier commented 10 years ago

@niwibe have you checked this out?

niwinz commented 10 years ago

I don't have tested it but at simple review the code looks very well!

nemesifier commented 10 years ago

doesn't work on 1.7b1, follow the other ticket, i'll merge your commit through that pull request