Releases: djangonauts/django-hstore
Releases · djangonauts/django-hstore
1.3.0
- schema mode
- compare by multiple keys in comparison lookups (lt, gt, lte, gte)
1.2.5
1.2.4
RELEASE NOTES:
- HSTORE_GLOBAL_REGISTER setting
- added support for Decimal values
1.2.3
RELEASE NOTES:
- added experimental compatibility with django 1.7
- psycopg2 backend fixes
- minor fixes to CSS of admin widget
1.2.2
RELEASE NOTES:
- test runner improvements
- allow custom widgets
- updated docs with multidb settings (disable hstore on specific DBs)
- fixed ORM null filtering
- do not register HSTORE on non-postgresql DBs
1.2.1
RELEASE NOTES:
- added Python3 support
- dropped automatic HStore registration
- fixed gis imports when geodjango is not installed
1.2
Fist release of 1.2.x series.