Version 0.1, 2010-05-27
-----------------------

  * First release

Version 0.2, 2015-07-23
-----------------------

  * Add support for Django 1.4-1.8 and Python 2.x and 3.x
  * Tests can be run via tox

Version 0.3, 2015-07-23
-----------------------

  * Remove deprecation warning

Version 0.4, 2015-07-29
-----------------------

  * Fix Python 3.2 compatibility
  * Composite field as virtual field in model

Version 0.5, 2015-07-29
-----------------------

  * Fix composite proxy __eq__ method when comparing against
    non composite values
  * Fix translation fallback
  * Fix verbose_name as positional argument in LocalizedField

Version 0.6.0, 2015-08-21
-------------------------

  * Fix ModelForm for models with a CompositeField
  * Implement 'current(_with_default)' and 'all' property of
    LocalizedField

Version 0.7.0, 2015-10-26
-------------------------

  * Fix Model.full_clean() error when using a CompositeField
  * Add 'get_col' method to LocalizedField making it possible
    to use it in a QuerySet.

Version 0.7.1, 2015-10-28
-------------------------

  * Add primary_key=False to CompositeField
