This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
djangorestframework (source, changelog) |
==3.13.1 -> ==3.14.0
|
v3.14.0
: Version 3.14.0--api-version
CLI option to generateschema
management command. #8663
is_valid(raise_exception=False)
as a keyword-only argument. #7952
set_context
on Validators. #8589
NotImplemented
from ErrorDetails.__ne__
. #8538
DateTimeField.default_timezone
when a custom timezone is set. #8531
ManyRelatedField
falling back to the default value when the attribute specified by dot notation doesn't exist. Matches ManyRelatedField.get_attribute
to Field.get_attribute
. #7574
schemas.openapi.get_reference
public. #7515
ReturnDict
support dict
union operators on Python 3.9 and later. #8302
request.user
is set before checking if the user is authenticated. #8370
This MR has been generated by Renovate Bot.