- schema mode - compare by multiple keys in comparison lookups (``lt``, ``gt``, ``lte``, ``gte``)
1.2.5
--------------------------
- introduced ``DJANGO_HSTORE_ADAPTER_REGISTRATION`` - `45 <https://github.com/djangonauts/django-hstore/issues/45>`_: compatibility with SQLAlchemy - `44 <https://github.com/djangonauts/django-hstore/issues/44>`_: fixed ``unique_together`` bug - `46 <https://github.com/djangonauts/django-hstore/issues/46>`_: fixed admin widget error list - fixed admin inline issue in django 1.6 default admin - ``TabularInline`` is now explicitly unsupported
1.2.4
--------------------------
- ``HSTORE_GLOBAL_REGISTER`` setting - added support for ``Decimal`` values
1.2.3
--------------------------
- added experimental compatibility with django 1.7 - psycopg2 backend fixes - minor fixes to CSS of admin widget
1.2.2
--------------------------
- 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
--------------------------
- added Python3 support - dropped automatic HStore registration - fixed gis imports when geodjango is not installed