djangonauts / django-hstore

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

Add Decimal support #41

Closed scottwoodall closed 10 years ago

scottwoodall commented 10 years ago

In one of my projects I was trying to insert data that has a Decimal type and was running into exceptions. This pull request fixes the exceptions.

nemesifier commented 10 years ago

1 test not passing in two builds, check it out:

https://travis-ci.org/djangonauts/django-hstore/jobs/24908459 https://travis-ci.org/djangonauts/django-hstore/jobs/24908460

nemesifier commented 10 years ago

seems the problem is python 2.6

nemesifier commented 10 years ago

@niwibe it looks good to me, will merge in the next days, have anything to say?

niwinz commented 10 years ago

Is fine for me! :D

Purposed fixes can be applied after merge ;)

nemesifier commented 10 years ago

:+1: this is what I call collective intelligence