chore(deps): update dependency djangorestframework to v3.16.1 #224
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.15.2
->3.16.1
Release Notes
encode/django-rest-framework (djangorestframework)
v3.16.1
Compare Source
This release fixes a few bugs, clean-up some old code paths for unsupported Python versions and improve translations.
Minor changes
backports.zoneinfo
dependency and conditions on unsupported Python 3.8 and lower in #9681. Python versions prior to 3.9 were already unsupported so this isn't considered as a breaking change.Bug fixes
unique_together
validation withSerializerMethodField
in #9712UniqueTogetherValidator
to handle fields withsource
attribute in #9688Translations
Documentation
drf-restwind
and update outdated images inbrowsable-api.md
in #9680djangorestframework-guardian2
todjangorestframework-guardian
in #9734request
in serializer context when usingHyperlinkedModelSerializer
in #9732Internal changes
pyupgrade
topre-commit
hooks in #9682pytz
is available in #9715New Contributors
Full Changelog: encode/django-rest-framework@3.16.0...3.16.1
v3.16.0
Compare Source
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
LoginRequiredMiddleware
in #9514 and #9657Bug fixes
UniqueConstraint
in #9360UniqueConstraint
in #9531unique_together
validation with source in #9482AttributeError
raised within properties in #9455get_template_context
to handle also lists in #9467DecimalField
in #9515open()
insetup.py
in #9661Translations
Removals
AutoSchema._get_reference
method in #9525Documentation and internal changes
OperandHolder
in #9437adrf
third party package in #9198queryset
attribute in #9528httpie
call in docs in #9543<>
in validators example in #9590strftime
link in the docs in #9624action
attribute in 'Introspecting ViewSet actions' docs section in #9633rest-framework-gm2m-relations
package to the list of 3rd party libraries in #9063django-pyoidc
as a third party authentication library in #9667New Contributors
@maerteijn
made their first contribution in #9198@FraCata00
made their first contribution in #9444@AlvaroVega
made their first contribution in #9451@james
-mchugh made their first contribution in #9455@ifeanyidavid
made their first contribution in #9479@p
-schlickmann made their first contribution in #9480@akkuman
made their first contribution in #9505@rafaelgramoschi
made their first contribution in #9509@Sinaatkd
made their first contribution in #9521@gtkacz
made their first contribution in #9535@sliverc
made their first contribution in #9556@gabrielromagnoli1987
made their first contribution in #9543@cheehong1030
made their first contribution in #9563@amansharma612
made their first contribution in #9590@Gluroda
made their first contribution in #9616@deepakangadi
made their first contribution in #9624@EXG1O
made their first contribution in #9633@decadenza
made their first contribution in #9640@mojtabaakbari221b
made their first contribution in #9063@mikemanger
made their first contribution in #9661@gbip
made their first contribution in #9667Full Changelog: encode/django-rest-framework@3.15.2...3.16.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.