Release notes
*Sourced from [djangorestframework's releases](https://github.com/encode/django-rest-framework/releases).*
> ## Version 3.9.3
> This is the last Django REST Framework release that will support Python 2.
> Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10.
>
> * Adjusted the compat check for django-guardian to allow the last guardian
> version (v1.4.9) compatible with Python 2. [#6613](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6613)
Commits
- [`7f16ed7`](https://github.com/encode/django-rest-framework/commit/7f16ed772720509b476e3cc4208c01b3972fa99b) Correct version number in release notes.
- [`83d09c7`](https://github.com/encode/django-rest-framework/commit/83d09c7bc53c6c0b79e400fe05e1aff6788c2b2d) Update version and release notes for v3.9.3.
- [`bf9859d`](https://github.com/encode/django-rest-framework/commit/bf9859de51b8856014848b3c5eac45ade67b34dd) Adjust django-guardian check for PY2 compatible version. ([#6613](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6613))
- [`59a5a5a`](https://github.com/encode/django-rest-framework/commit/59a5a5a868dd1fed12df12f536804338b6d5e233) Merge pull request [#6611](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6611) from dsanders11/patch-1
- [`95e28b2`](https://github.com/encode/django-rest-framework/commit/95e28b2252b58e7d5d2e33ee5cb705029eb322c5) Fix typo in docs
- [`1ac0f63`](https://github.com/encode/django-rest-framework/commit/1ac0f63aa9a6ceed5e4221926929117528af2714) Fix private attributes ignore in documentation ([#6601](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6601))
- [`db65282`](https://github.com/encode/django-rest-framework/commit/db65282163b91688367095459328de7e9dab94d8) Merge pull request [#6588](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6588) from rawteech/master
- [`f8c4e50`](https://github.com/encode/django-rest-framework/commit/f8c4e5079ee580c354d75523882be184961c05ac) Minor documentation fixes ([#6581](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6581))
- [`29cbe57`](https://github.com/encode/django-rest-framework/commit/29cbe574a384c3bcc09434a3a9c5ff0cb7576b99) Fix DeprecationWarning in tests ([#6551](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6551))
- [`cceb416`](https://github.com/encode/django-rest-framework/commit/cceb416098362a582132c1f9622e85d8775b894e) Link DRF Condition (cache headers) third party package. ([#6557](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6557))
- Additional commits viewable in [compare view](https://github.com/encode/django-rest-framework/compare/3.9.2...3.9.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps djangorestframework from 3.9.2 to 3.9.3.
Release notes
*Sourced from [djangorestframework's releases](https://github.com/encode/django-rest-framework/releases).* > ## Version 3.9.3 > This is the last Django REST Framework release that will support Python 2. > Be sure to upgrade to Python 3 before upgrading to Django REST Framework 3.10. > > * Adjusted the compat check for django-guardian to allow the last guardian > version (v1.4.9) compatible with Python 2. [#6613](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6613)Commits
- [`7f16ed7`](https://github.com/encode/django-rest-framework/commit/7f16ed772720509b476e3cc4208c01b3972fa99b) Correct version number in release notes. - [`83d09c7`](https://github.com/encode/django-rest-framework/commit/83d09c7bc53c6c0b79e400fe05e1aff6788c2b2d) Update version and release notes for v3.9.3. - [`bf9859d`](https://github.com/encode/django-rest-framework/commit/bf9859de51b8856014848b3c5eac45ade67b34dd) Adjust django-guardian check for PY2 compatible version. ([#6613](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6613)) - [`59a5a5a`](https://github.com/encode/django-rest-framework/commit/59a5a5a868dd1fed12df12f536804338b6d5e233) Merge pull request [#6611](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6611) from dsanders11/patch-1 - [`95e28b2`](https://github.com/encode/django-rest-framework/commit/95e28b2252b58e7d5d2e33ee5cb705029eb322c5) Fix typo in docs - [`1ac0f63`](https://github.com/encode/django-rest-framework/commit/1ac0f63aa9a6ceed5e4221926929117528af2714) Fix private attributes ignore in documentation ([#6601](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6601)) - [`db65282`](https://github.com/encode/django-rest-framework/commit/db65282163b91688367095459328de7e9dab94d8) Merge pull request [#6588](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6588) from rawteech/master - [`f8c4e50`](https://github.com/encode/django-rest-framework/commit/f8c4e5079ee580c354d75523882be184961c05ac) Minor documentation fixes ([#6581](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6581)) - [`29cbe57`](https://github.com/encode/django-rest-framework/commit/29cbe574a384c3bcc09434a3a9c5ff0cb7576b99) Fix DeprecationWarning in tests ([#6551](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6551)) - [`cceb416`](https://github.com/encode/django-rest-framework/commit/cceb416098362a582132c1f9622e85d8775b894e) Link DRF Condition (cache headers) third party package. ([#6557](https://github-redirect.dependabot.com/encode/django-rest-framework/issues/6557)) - Additional commits viewable in [compare view](https://github.com/encode/django-rest-framework/compare/3.9.2...3.9.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.