Skip to content

Commit

Permalink
chore: release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn committed Aug 13, 2022
1 parent f9fd4eb commit a3116ab
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 305 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele

### Bug Fixes

- Fixes AttributeError when using CSVFormField [[#187](https://github.com/jazzband/django-eav2/issues/187)]
## 1.2.2 (2022-08-13)
### 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 (2021-02-08)
## 1.2.1 (2022-02-08)
### Bug Fixes

- Fixes FieldError when filtering on foreign keys [#163](https://github.com/jazzband/django-eav2/issues/163)
Expand Down
Loading

0 comments on commit a3116ab

Please sign in to comment.