Changelog
Version 2.0.0, 2024-02-01
Remove support for outdated Python and Django versions.
Add support for Django 5.0
Version 1.1.0, 2020-01-06
Fix Django admin by adding a
verbose_nametoCompositeFieldMake
CompositeFieldSerializerthe default serializer forCompositeFieldwhen usingcomposite_field.drf_support
Version 1.0.0, 2020-01-06
Remove Python 2 support
Add Django 3.0 support
Add Documentation
Version 0.9.1, 2019-04-09
Add Python 3.6 and 3,7 support
Fix Django 2.2 support
Version 0.9.0, 2017-12-22
Fix Django 2.0 private field
Add Python 2.6 support
Fix
test_settingsfor Django 2.0
Version 0.8.1, 2017-10-14
Make it simpler to provide a custom proxy
Fix Python 2.7 compatibility for
bool(LocalizedField)Add test for custom Proxy with
__bool__()
Version 0.8.0, 2017-03-02
Drop support for Python 3.2 and 3.3
Add tests for modelform with include and exclude meta parameter
Fix Python 3.x compatibility
Improve test cases
Add default kwarg to
CompositeFieldDrop support for Django < 1.8
Add docker configuration for running the tests
Add bitbucket-pipeline to run tests on push
Version 0.7.6, 2016-07-01
Add
help_text,choicesandmax_lengthproxy propertiesAdd support for assigning
ugettext_lazyto localized fields
Version 0.7.5, 2016-06-16
Fix Python 3 support
Add test case for raw SQL query
Fix ordering query sets by a
LocalizedFieldDrop support for Python 2.6
Fix
__eq__and__lt__method ofCompositeField
Version 0.7.4, 2016-02-17
Fix Django 1.9 support
Add support for dicts as composite field values
Add
django-rest-framework serializersupport
Version 0.7.3, 2016-01-21
Fix Django 1.9 support
Fix
LocalizedFieldfor Django 1.8+ when no translation is activeAdd
remote_field=NonetoCompositeField
Version 0.7.2, 2015-11-27
Add empty
flatchoicesattribute toCompositeField
Version 0.7.1, 2015-10-28
Add
primary_key=FalsetoCompositeField
Version 0.7.0, 2015-10-26
Fix
Model.full_clean()error when using aCompositeFieldAdd
get_colmethod toLocalizedFieldmaking it possible to use it in aQuerySet.
Version 0.6.0, 2015-08-21
Fix
ModelFormfor models with aCompositeFieldImplement
current(_with_default)andallproperty ofLocalizedField
Version 0.5, 2015-07-29
Fix composite proxy
__eq__method when comparing against non composite valuesFix translation fallback
Fix
verbose_nameas positional argument inLocalizedField
Version 0.4, 2015-07-29
Fix Python 3.2 compatibility
Composite field as virtual field in model
Version 0.3, 2015-07-23
Remove deprecation warning
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.1, 2010-05-27
First release