Skip to content

Releases: djangonauts/django-hstore

1.3.0

05 Aug 16:47
Compare
Choose a tag to compare
  • schema mode
  • compare by multiple keys in comparison lookups (lt, gt, lte, gte)

1.2.5

28 Jun 10:27
Compare
Choose a tag to compare

RELEASE NOTES:

  • introduced DJANGO_HSTORE_ADAPTER_REGISTRATION
  • compatibility with SQLAlchemy: #45
  • fixed unique_together clause: #44
  • fixed admin widget error list: #46
  • fixed admin inline issue in django 1.6 default admin
  • TabularInline is now explicitly unsupported

1.2.4

18 Jun 13:07
Compare
Choose a tag to compare

RELEASE NOTES:

  • HSTORE_GLOBAL_REGISTER setting
  • added support for Decimal values

1.2.3

17 Apr 16:59
Compare
Choose a tag to compare

RELEASE NOTES:

  • added experimental compatibility with django 1.7
  • psycopg2 backend fixes
  • minor fixes to CSS of admin widget

1.2.2

24 Sep 16:11
Compare
Choose a tag to compare

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

24 Sep 16:11
Compare
Choose a tag to compare

RELEASE NOTES:

  • added Python3 support
  • dropped automatic HStore registration
  • fixed gis imports when geodjango is not installed

1.2

24 Sep 16:12
Compare
Choose a tag to compare
1.2

Fist release of 1.2.x series.