Skip to content

Releases: dennybiasiolli/django-reversion-rest-framework

v2.0.0

08 Oct 14:32
5b7ac58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

29 Jan 07:50
8e1f0e0
Compare
Choose a tag to compare

What's Changed

  • Chore: set default Python version to 3.11

Full Changelog: v1.1.2...v1.2.0

v1.1.2

22 Nov 16:49
Compare
Choose a tag to compare

What's Changed

  • support custom parameters defined in urlconf by @gsfish in #30

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Sep 20:24
Compare
Choose a tag to compare

What's Changed

  • Improving code style
  • mixins: displaying deprecation notice only when needed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

08 Sep 06:33
d8c260a
Compare
Choose a tag to compare

[1.1.0]

Changed

  • BaseHistoryModelMixin has been renamed to BaseHistoryMixin
    and will be removed in the next version

  • HistoryOnlyMixin has been renamed to HistoryMixin
    and will be removed in the next version

  • DeletedOnlyMixin has been renamed to DeletedMixin
    and will be removed in the next version

  • ReadOnlyHistoryModel will be removed in the next version.
    Please use HistoryMixin and DeletedMixin for the same behaviour

v.1.0.1

07 Feb 11:45
42b849e
Compare
Choose a tag to compare

[1.0.1]

Changed

  • dropped support for python < 3.8

  • mixins: returning the base field_dict in case of errors during serialization (#14)

    This happens when trying to serialize an history object with only a selected
    list of fields.

v1.0.0

17 Nov 11:36
Compare
Choose a tag to compare

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

16 Nov 20:12
cf80bc3
Compare
Choose a tag to compare