Changelog
=========

0.3.1
-----

Date: 2015-07-09

- Fix compatibility issues with django < 1.7 (thanks to @themaxxx)


0.3.0
-----

Date: 2015-06-28

- Bugfix related to south default value (thanks to @sibartlett)
- Bugfix related to mutable default value.
- Add the ability to overwrite the json encoder (thanks to @davidfischer-ch)
- Add the ability to pass options to json.dumps (thanks to @catherinedevlin)


0.2.3
-----

Date: 2015-03-02

- Bugfixes related to _at_name lookup (thanks to @lanzz)
- Bugfixes related to __isnull lookup (thanks to @lanzz)


0.2.2
-----

- Add again proper string handling.
- Add proper fix for migrations support providing
  own get_default function instead of use the default
  implementation.

0.2.1
-----

- Fix wrong behavior with default values and django migrations
  removing support for string handling.

0.2.0
-----

Date: 2014-09-13

- Add array_length lookup.
- Add jsonb support (by @cpbotha).

0.1.2
-----

Date: 2014-04-19

- Add django 1.7 key/index lookup
- Add full json types support.

0.1.1
-----

Date: 2014-04-18

- Fix south support


0.1.0
-----

Date: 2014-04-18

- Initial version
