File: CHANGELOG

package info (click to toggle)
python-django-rest-framework-guardian 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 267; makefile: 7; sh: 6
file content (33 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Unreleased
==========

- Set Python version support to 3.10 through 3.13
- Set Django version support to 4.2 through 5.2
- Modernize packaging to use `pyproject.toml`
- Remove deprecated `DjangoObjectPermissionsFilter`
- Fix tox py310 build issue

0.3.0 (2019-08-01)
==================

- Add `ObjectPermissionsAssignmentMixin` serializer mixin, which facilitates the
  assigment of object permissions.
- Rename `DjangoObjectPermissionsFilter` to `ObjectPermissionsFilter`.

0.2.0 (2019-07-19)
==================

- Add Django 2.2 support
- Drop Django 1.1 & 2.1 support
- Drop Python 2.7 & 3.4 support

0.1.1 (2018-11-02)
==================

- Allow `get_objects_for_user` keyword arguments to be overridden.
- Ensure Python 3.7 compatibility

0.1.0 (2018-07-09)
==================

- Port initial implementation from Django REST Framework.