Closed scottwoodall closed 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
seems the problem is python 2.6
@niwibe it looks good to me, will merge in the next days, have anything to say?
Is fine for me! :D
Purposed fixes can be applied after merge ;)
:+1: this is what I call collective intelligence
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.