Skip to content

Bump djangorestframework from 3.14.0 to 3.16.0 #1499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps djangorestframework from 3.14.0 to 3.16.0.

Release notes

Sourced from djangorestframework's releases.

v3.16.0

This release is considered a significant release to improve upstream support with Django and Python. Some of these may change the behaviour of existing features and pre-existing behaviour. Specifically, some fixes were added to around the support of UniqueConstraint with nullable fields which will improve built-in serializer validation.

Features

  • Add official support for Django 5.1 and its new LoginRequiredMiddleware in #9514 and #9657
  • Add official Django 5.2a1 support in #9634
  • Add support for Python 3.13 in #9527 and #9556
  • Support Django 2.1+ test client JSON data automatically serialized in #6511 and fix a regression in #9615

Bug fixes

  • Fix unique together validator to respect condition's fields from UniqueConstraint in #9360
  • Fix raising on nullable fields part of UniqueConstraint in #9531
  • Fix unique_together validation with source in #9482
  • Added protections to AttributeError raised within properties in #9455
  • Fix get_template_context to handle also lists in #9467
  • Fix "Converter is already registered" deprecation warning. in #9512
  • Fix noisy warning and accept integers as min/max values of DecimalField in #9515
  • Fix usages of open() in setup.py in #9661

Translations

  • Add some missing Chinese translations in #9505
  • Fix spelling mistakes in Farsi language were corrected in #9521
  • Fixing and adding missing Brazilian Portuguese translations in #9535

Removals

  • Remove support for Python 3.8 in #9670
  • Remove long deprecated code from request wrapper in #9441
  • Remove deprecated AutoSchema._get_reference method in #9525

Documentation and internal changes

  • Provide tests for hashing of OperandHolder in #9437
  • Update documentation: Add adrf third party package in #9198
  • Update tutorials links in Community contributions docs in #9476
  • Fix usage of deprecated Django function in example from docs in #9509
  • Move path converter docs into a separate section in #9524
  • Add test covering update view without queryset attribute in #9528
  • Fix Transifex link in #9541
  • Fix example httpie call in docs in #9543
  • Fix example for serializer field with choices in docs in #9563
  • Remove extra <> in validators example in #9590
  • Update strftime link in the docs in #9624
  • Switch to codecov GHA in #9618
  • Add note regarding availability of the action attribute in 'Introspecting ViewSet actions' docs section in #9633
  • Improved description of allowed throttling rates in documentation in #9640
  • Add rest-framework-gm2m-relations package to the list of 3rd party libraries in #9063

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
djangorestframework [>= 3.15.a, < 3.16]

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency file python Used by dependabot labels Apr 1, 2025
Copy link

netlify bot commented Apr 1, 2025

Deploy Preview for pydis-static ready!

Name Link
🔨 Latest commit 1b81162
🔍 Latest deploy log https://app.netlify.com/sites/pydis-static/deploys/6813518cbe71e70008ac42a2
😎 Deploy Preview https://deploy-preview-1499--pydis-static.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-3.16.0 branch 2 times, most recently from b81b179 to 79460fb Compare April 4, 2025 18:17
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-3.16.0 branch from 79460fb to 3a0923b Compare April 18, 2025 07:46
dependabot bot and others added 2 commits May 1, 2025 08:19
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.14.0...3.16.0)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@jchristgit jchristgit force-pushed the dependabot/pip/djangorestframework-3.16.0 branch from 3a0923b to eab40a9 Compare May 1, 2025 06:19
@jchristgit jchristgit self-assigned this May 1, 2025
@jchristgit jchristgit self-requested a review May 1, 2025 06:19
@jchristgit
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

jchristgit added 2 commits May 1, 2025 08:26
New error messages are returned, and there appears to be an upstream bug
which presently requires us to specify all attributes in the update.
@jchristgit jchristgit requested a review from MarkKoz as a code owner May 1, 2025 10:46
@jchristgit jchristgit force-pushed the dependabot/pip/djangorestframework-3.16.0 branch from 6f51ae9 to 1b81162 Compare May 1, 2025 10:48
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 1b81162 on dependabot/pip/djangorestframework-3.16.0
into e944f0a on main.

@jchristgit jchristgit requested review from ChrisLovering and jb3 May 1, 2025 10:52
@jchristgit jchristgit merged commit 7a6effe into main May 1, 2025
11 of 12 checks passed
@jchristgit jchristgit deleted the dependabot/pip/djangorestframework-3.16.0 branch May 1, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Used by dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants