mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
There's no 3.3.0 release.
This commit is contained in:
parent
35ba2bde31
commit
dd0d1bb01a
1 changed files with 1 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ CHANGES
|
|||
|
||||
4.0.0 (2019-12-11)
|
||||
------------------
|
||||
- Added `Choices.subset`.
|
||||
- Remove hacks for previously supported Django versions. (Fixes GH-390)
|
||||
- Dropped support for Python 2.7. (Fixes GH-393)
|
||||
- Dropped usage of `six`
|
||||
|
|
@ -14,10 +15,6 @@ CHANGES
|
|||
- Add support for `Python 3.8`
|
||||
- Add support for `Django 3.0`
|
||||
|
||||
3.3.0 (2019.08.19)
|
||||
------------------
|
||||
- Added `Choices.subset`.
|
||||
|
||||
3.2.0 (2019.06.21)
|
||||
-------------------
|
||||
- Catch `AttributeError` for deferred abstract fields, fixes GH-331.
|
||||
|
|
|
|||
Loading…
Reference in a new issue