djangonauts / django-hstore

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

do not register HSTORE if vendor is not 'postgresql' #30

Closed nemesifier closed 10 years ago

nemesifier commented 10 years ago

fixes #26

I've tested it on the project on which I had the issue described in ML, the MySQL db now works normally without the need of having HAS_HSTORE set on its settings.

niwinz commented 10 years ago

The code is very clear!

It is fine for me!

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling fef72cb5354651fe87dc9280a362da3428efa61f on vendor-check into 9d43341defcc5859f4d24344bed0f1d355315860 on master.

nemesifier commented 10 years ago

thanks, merging