2021-10-31 02:02:30 +00:00
# Version History
2021-11-08 03:06:20 +00:00
We follow [Semantic Versions ](https://semver.org/ ) starting at the `0.14.0` release.
## {{ Next Version }}
### Features
2021-12-19 04:21:31 +00:00
### Bug Fixes
2022-02-09 02:13:12 +00:00
- Fixes FieldError when filtering on foreign keys [#163 ](https://github.com/jazzband/django-eav2/issues/163 )
2021-12-19 04:21:31 +00:00
### Misc
## 1.2.0 (2021-12-18)
### Features
2021-12-19 03:29:38 +00:00
- Adds 64-bit support for `Value.value_int`
2021-12-19 04:17:20 +00:00
- Adds Django 4.0 and Python 3.10 support
2021-12-19 03:29:38 +00:00
2021-11-08 03:06:20 +00:00
### Misc
2021-12-19 04:17:20 +00:00
- Drops support for Django 3.1 and Python 3.6
2021-11-08 03:06:20 +00:00
## 1.1.0 (2021-11-07)
### Features
- Adds support for entity models with UUId as a primary key #38
### Bug Fixes
- Fixes `ValueError` for models without local managers #41
- Fixes `str()` and `repr()` for `EnumGroup` and `EnumValue` objects #91
### Misc
- Bumps min python version to `3.6.2`
**Full Changelog**: https://github.com/jazzband/django-eav2/compare/1.0.0...1.1.0
2021-10-31 02:02:30 +00:00
## 1.0.0 (2021-10-21)
2021-11-08 03:06:20 +00:00
### Breaking Changes
2021-10-31 02:02:30 +00:00
- Drops support for `django1.x`
- Drops support for `django3.0`
- Moves `JSONField()` datatype to `django-jsonfield-backport` for Django2.2 instances
2021-11-08 03:06:20 +00:00
### Features
2021-10-31 02:02:30 +00:00
- Adds support for `django3.2`
- Adds support for `python3.9`
- Adds support for `defaults` keyword on `get_or_create()`
2021-11-08 03:06:20 +00:00
### #Misc
2021-10-31 02:02:30 +00:00
- Revamps all tooling, including moving to `poetry` , `pytest` , and `black`
- Adds Github Actions and Dependabot
**Full Changelog**: https://github.com/jazzband/django-eav2/compare/0.14.0...1.0.0
## 0.14.0 (2021-04-23)
2021-11-08 03:06:20 +00:00
### Misc
2021-10-31 02:02:30 +00:00
- This release will be the last to support this range of Django versions: 1.11, 2.0, 2.1, 2.2, 3.0. SInce all of their extended support was ended by Django Project.
- From the next release only will be supported 2.2 LTS, 3.1, and 3.2 LTS (eventually 4.x)
**Full Changelog**: https://github.com/jazzband/django-eav2/compare/0.13.0...0.14.0
(Anything before 0.14.0 was not recorded.)