- Moved validation to from AttributeField to AttributeFormField
- Added djangocms_attributes_fields.fields.default_excluded_keys to include keys that can execute javascript
- Added tests for Django 5.0, 5.1
- Dropped support for Django 3.2, 4.0, 4.1
- Dropped support for Python 3.6, 3.7, 3.8
- Added tests for Django 4.0, 4.1, 4.2
- Added tests for Python 3.10, 3.11
- Remove pinning of django-treebeard
- Fix add / delete buttons if djangocms-admin-style is not installed
- Added support for Django 3.1
- Dropped support for Python 2.7 and Python 3.4
- Dropped support for Django < 2.2
- Added support for Django 3.0
- Added support for Python 3.8
- Added further tests to raise coverage
- Fixed smaller issues found during testing
- Added support for Django 2.2 and django CMS 3.7
- Removed support for Django 2.0
- Extended test matrix
- Added isort and adapted imports
- Adapted code base to align with other supported addons
- Added translations
- Fixed compatibility with Django 2.x
- Added proper test framework
- Cleaned up file structure
- Added support for Django 1.11, 2.0 and 2.1
- Removed support for Django 1.8, 1.9, 1.10
- Introduced Django 1.10 compatibility
- Fixed a bug (key:value) pairs not saved to database with Django 1.10
- Added Django 1.10 support
- Removed custom lookup options
- Fixed a bug with multiple widgets on the same page
- Fixed styling issues
- Fixed a bug where it wasn't possible to remove freshly created pairs
- Stop forcing Django to use jsonb fields on PostgreSQL backends
- Fixed errors when both
django-jsonfield
andjsonfield
are on the python path.
- Fixed
AttributeError
when fetching from db.
- Fixed an issue with previous release
- Worked-around Django+Postgress issue
- Fixed appearance of "+" and "x" icons
- Added support to automatically add property/-ies to implementing classes
- Initial release