Django-generic-api-permissions

Latest version: v0.4.5

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

Scan your dependencies

Page 1 of 2

0.4.5

Chore

* chore: fix maintenance docs (39) ([`9947377`](https://github.com/adfinis/django-generic-api-permissions/commit/99473779dca83ea5c4affe02f3625683e1b9e1c5))

* chore: add CONTRIBUTING.md, allow running pytest directly in dev (50)

Co-authored-by: Fabio Ambauen <1833932+open-dynaMIXusers.noreply.github.com> ([`4fd4a34`](https://github.com/adfinis/django-generic-api-permissions/commit/4fd4a34b2e7982048f1a4db695a598d214667dcb))

* chore(deps): bump django from 4.2.9 to 4.2.11

Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.11.
- [Commits](https://github.com/django/django/compare/4.2.9...4.2.11)

---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`a6b445d`](https://github.com/adfinis/django-generic-api-permissions/commit/a6b445da1d2baaa304d997320ca77c87ed2f0957))

* chore(deps-dev): bump ruff from 0.2.2 to 0.3.5

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.5)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`42d7930`](https://github.com/adfinis/django-generic-api-permissions/commit/42d7930176a5bec01f93159fa8395783a39c8c22))

Fix

* fix: don&39;t check permissions for GET requests (51)

Permissions should only deal with POST/PATCH/DELETE - GET requests
should be entirely governed by the visibility layer. ([`774f259`](https://github.com/adfinis/django-generic-api-permissions/commit/774f2594a56d824f1b5f9bba3d44de15b115f55c))

0.4.4

Automatically generated by python-semantic-release ([`d765283`](https://github.com/adfinis/django-generic-api-permissions/commit/d765283ccc338171f5cebf8837e6000cffb8cc93))

Fix

* fix: add fallback for queryset of read_only related fields (38)

Read only fields don&39;t have a queryset (see
https://github.com/encode/django-rest-framework/blame/77ef27f18fc7c11e1d2e5fd4aaa8acc51cda6792/rest_framework/utils/field_mapping.py#L288), so we need to provide a fallback. ([`9f6ed09`](https://github.com/adfinis/django-generic-api-permissions/commit/9f6ed09b26ee238bdccee401dce8ae4fba5332ff))

0.4.3

Automatically generated by python-semantic-release ([`f9a4687`](https://github.com/adfinis/django-generic-api-permissions/commit/f9a4687256ab602631453ad7b6aaa782ac20b12e))

* chore(deps-dev): bump ruff from 0.1.11 to 0.2.2 (30)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.2.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.11...v0.2.2)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`c40eed7`](https://github.com/adfinis/django-generic-api-permissions/commit/c40eed75567b31f71eb9a998724bd402a1582aed))

Documentation

* docs(readme): fix typo in readme ([`3a76b16`](https://github.com/adfinis/django-generic-api-permissions/commit/3a76b167e018a9ed2b172431f08a386b1a9edf2c))

Fix

* fix(validation): fix initialization of validator classes (37) ([`f4dae3e`](https://github.com/adfinis/django-generic-api-permissions/commit/f4dae3e457f6444e6cf8ddf4fdd706aed46bb0f4))

0.4.2

Automatically generated by python-semantic-release ([`0b7bcc0`](https://github.com/adfinis/django-generic-api-permissions/commit/0b7bcc078b0ea745cab063ee344f5f580d90c382))

* chore(deps): revert semantic release to 8.3.0 ([`9855045`](https://github.com/adfinis/django-generic-api-permissions/commit/985504522a059fefe2a2aeb44f6b1494bde905a2))

* chore(deps): bump python-semantic-release/python-semantic-release (16)

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.7.0 to 8.7.2.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.7.0...v8.7.2)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`25eed91`](https://github.com/adfinis/django-generic-api-permissions/commit/25eed919efaad041353070d35f87795cb9a474fa))

* chore(deps): bump django from 4.2.8 to 4.2.9 (15)

Bumps [django](https://github.com/django/django) from 4.2.8 to 4.2.9.
- [Commits](https://github.com/django/django/compare/4.2.8...4.2.9)

---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`5410af0`](https://github.com/adfinis/django-generic-api-permissions/commit/5410af0b6c1fce1fc4a08d583953e6298f5c20aa))

* chore(deps-dev): bump ruff from 0.1.9 to 0.1.11 (14)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.1.11.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.9...v0.1.11)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`4f80c4f`](https://github.com/adfinis/django-generic-api-permissions/commit/4f80c4f0461149ee5982b884e0a98419b0cea9f3))

* chore: change semantic release commit message ([`6d39527`](https://github.com/adfinis/django-generic-api-permissions/commit/6d395276bbba71647d87cbc09f71ce29eac64e7c))

Fix

* fix: pass correct request param for relationships ([`0609f64`](https://github.com/adfinis/django-generic-api-permissions/commit/0609f648a386ff4fe615d21aa120a7a3e9b50acd))

0.4.1

Chore

* chore: add python to release action ([`9c16fa4`](https://github.com/adfinis/django-generic-api-permissions/commit/9c16fa4eed2402aa4e99f3ae6de522522ec73f01))

* chore: add poetry to release action ([`d76b9d9`](https://github.com/adfinis/django-generic-api-permissions/commit/d76b9d963cb3a77b15f789b28480b1015eb292b7))

* chore: add build command ([`67e2529`](https://github.com/adfinis/django-generic-api-permissions/commit/67e2529ec1a824debc0a706cc642b033f28cd3e0))

Fix

* fix: increase min python for flake8 ([`393b930`](https://github.com/adfinis/django-generic-api-permissions/commit/393b93054371477b73f998ea61ffed29c247de53))

Unknown

* 0.4.1

Automatically generated by python-semantic-release ([`ed354db`](https://github.com/adfinis/django-generic-api-permissions/commit/ed354dbb41213fb8eeae30c5a08a73ae8bf72832))

0.4.0

Chore

* chore: fix version variable semantic release ([`83a33d2`](https://github.com/adfinis/django-generic-api-permissions/commit/83a33d25754883f789df5e69558c96ddaee45446))

* chore: fix semantic release action version ([`3ed75e0`](https://github.com/adfinis/django-generic-api-permissions/commit/3ed75e07f3550a1c27b23254837a53db4ee1418d))

* chore: fix release.yml (13) ([`6d6a0ee`](https://github.com/adfinis/django-generic-api-permissions/commit/6d6a0eeaffcfd1f90e920c663988f3e11c56db45))

Feature

* feat: migrate to poetry

add sematic release ([`41c9226`](https://github.com/adfinis/django-generic-api-permissions/commit/41c922646b76ee4f2d7b9e2affdf6ddde09a6786))

Fix

* fix: import after app is ready ([`db1d1e6`](https://github.com/adfinis/django-generic-api-permissions/commit/db1d1e669f4fab8f7449d690ba7c8a36c51eb75c))

Unknown

* 0.4.0

Automatically generated by python-semantic-release ([`f83cd9f`](https://github.com/adfinis/django-generic-api-permissions/commit/f83cd9fbf966cd479bb8ca567550c20f94d9686e))

* Merge pull request 12 from adfinis/poetry

feat: migrate to poetry, semantic release ([`9a4ea26`](https://github.com/adfinis/django-generic-api-permissions/commit/9a4ea261555a3b223696a4c9f3dbbe3d326e7953))

* Merge pull request 11 from adfinis/fix-app-ready

fix: import after app is ready ([`6020979`](https://github.com/adfinis/django-generic-api-permissions/commit/6020979fb4a48fa2c6c52aaf42c9105b4fc2ec48))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.