- Fixes missing `Add another` button for inlines in `BaseEntityAdmin` - Fixes saving of Attribute date types rendering using `BaseDynamicEntityForm` [261](https://github.com/jazzband/django-eav2/issues/261)
Misc
- Drops support for Django 2.2 and Python 3.7
1.2.3
Bug Fixes
- Don't mark doc8 as a dependency [235](https://github.com/jazzband/django-eav2/issues/235) - Make Read the Docs dependencies all optional
1.2.2
Bug Fixes
- Fixes AttributeError when using CSVFormField [187](https://github.com/jazzband/django-eav2/issues/187) - Fixes slug generation for Attribute.name fields longer than 50 characters [223](https://github.com/jazzband/django-eav2/issues/223) - Migrates Attribute.slug to django.db.models.SlugField() [223](https://github.com/jazzband/django-eav2/issues/223)
1.2.1
Bug Fixes
- Fixes FieldError when filtering on foreign keys [163](https://github.com/jazzband/django-eav2/issues/163)
1.2.0
Features
- Adds 64-bit support for `Value.value_int` - Adds Django 4.0 and Python 3.10 support