Skip to content

Latest commit

 

History

History
95 lines (53 loc) · 1.51 KB

ChangeLog

File metadata and controls

95 lines (53 loc) · 1.51 KB

ChangeLog

2.0.1 (unreleased)

  • Nothing changed yet.

2.0.0 (2019-02-19)

New:

  • extypes.django.SetField now stores values with the text SQL type instead of char(n). When migrating from a previous version of extypes, this will generate a database migration.

1.1.0 (unreleased)

Misc:

  • Packaging/tooling upgrade

1.0.1 (2016-08-10)

Bugfix:

  • Fix compatibility of Django 1.7 adapter code with Python2.7

1.0.0 (2016-08-09)

New:

  • Add support for Django 1.7-1.10
  • For extypes.django.SetField, the set definition is available at ModelClass.field_name.set_definition.

Backwards incompatible:

  • extypes.django.SetField won't coerce values dynamically; a passed-in list won't be converted magically/

0.2.3 (2016-03-12)

Bugfix:

  • Add support for Django 1.8+, drop Django 1.6

0.2.2 (2015-12-17)

Bugfix:

  • Fix migrations for Django 1.7+

0.2.1 (2015-03-17)

Bugfix:

  • Fix handling of limited length charfields on postgres for extypes.django.SetField

0.2.0 (2015-03-16)

New:

  • Restore support for list-based choices in extypes.django.SetField

0.1.0 (2014-11-16)

New:

  • Initial release, with Django support.