ChangeLog
=========

.. _v2.0.0:

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

.. _v1.0.1:

1.0.1 (2016-08-10)
------------------

*Bugfix:*

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

.. _v1.0.0:

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/

.. _v0.2.3:

0.2.3 (2016-03-12)
------------------

*Bugfix:*

    - Add support for Django 1.8+, drop Django 1.6

.. _v0.2.2:

0.2.2 (2015-12-17)
------------------

*Bugfix:*

    - Fix migrations for Django 1.7+

.. _v0.2.1:

0.2.1 (2015-03-17)
------------------

*Bugfix:*

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

.. _v0.2.0:

0.2.0 (2015-03-16)
------------------

*New:*

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

.. _v0.1.0:

0.1.0 (2014-11-16)
------------------

*New:*

    - Initial release, with Django support.


.. vim:set ft=rst:
