* Add empty `flatchoices` attribute to `CompositeField`
0.7.1
* Add `primary_key=False` to `CompositeField`
0.7.0
* Fix `Model.full_clean()` error when using a `CompositeField` * Add `get_col` method to `LocalizedField` making it possible to use it in a `QuerySet`.
0.6.0
* Fix `ModelForm` for models with a `CompositeField` * Implement `current(_with_default)` and `all` property of `LocalizedField`
0.5
* Fix composite proxy `__eq__` method when comparing against non composite values * Fix translation fallback * Fix `verbose_name` as positional argument in `LocalizedField`
0.4
* Fix Python 3.2 compatibility * Composite field as virtual field in model