Django-reversion-rest-framework

Latest version: v1.2.0

Safety actively analyzes 623465 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.0

What's Changed

* Chore: set default Python version to 3.11


**Full Changelog**: https://github.com/dennybiasiolli/django-reversion-rest-framework/compare/v1.1.2...v1.2.0

1.1.2

What's Changed
* support custom parameters defined in urlconf by gsfish in https://github.com/dennybiasiolli/django-reversion-rest-framework/pull/30

New Contributors
* gsfish made their first contribution in https://github.com/dennybiasiolli/django-reversion-rest-framework/pull/30

**Full Changelog**: https://github.com/dennybiasiolli/django-reversion-rest-framework/compare/v1.1.1...v1.1.2

1.1.1

What's Changed
* Improving code style
* mixins: displaying deprecation notice only when needed

**Full Changelog**: https://github.com/dennybiasiolli/django-reversion-rest-framework/compare/v1.1.0...v1.1.1

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

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.

1.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**: https://github.com/dennybiasiolli/django-reversion-rest-framework/compare/v0.5.0...v1.0.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.