Releases: dennybiasiolli/django-reversion-rest-framework
Releases · dennybiasiolli/django-reversion-rest-framework
v2.0.0
What's Changed
- removing support for unsupported Python 3.8 by @dennybiasiolli in #136
- updating packages
Full Changelog: v1.2.0...v2.0.0
v1.2.0
v1.1.2
v1.1.1
What's Changed
- Improving code style
- mixins: displaying deprecation notice only when needed
Full Changelog: v1.1.0...v1.1.1
v1.1.0
[1.1.0]
Changed
-
BaseHistoryModelMixin
has been renamed toBaseHistoryMixin
and will be removed in the next version -
HistoryOnlyMixin
has been renamed toHistoryMixin
and will be removed in the next version -
DeletedOnlyMixin
has been renamed toDeletedMixin
and will be removed in the next version -
ReadOnlyHistoryModel
will be removed in the next version.
Please useHistoryMixin
andDeletedMixin
for the same behaviour
v.1.0.1
v1.0.0
What's Changed
Potentially BREAKING CHANGES
- now
field_dict
is serialized using the original serializer,
check desired behavior when updating
Added
- mixins: serializing
field_dict
field using the original serializer
(#12 thanks to @gecBurton) - tests: test case for
deleted
pagination - tests: test case for serialization
Changed
- mixins: handling pagination in
deleted
action (#12)
Full Changelog: v0.5.0...v1.0.0
v0.5.0: Merge pull request #10 from gecBurton/paginated-history
issues-9_added_pagination