| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-09-22 | 958 Bytes | |
| Version 3.14.0 source code.tar.gz | 2022-09-22 | 9.1 MB | |
| Version 3.14.0 source code.zip | 2022-09-22 | 9.6 MB | |
| Totals: 3 Items | 18.6 MB | 0 | |
- Django 2.2 is no longer supported. [#8662]
- Django 4.1 compatibility. [#8591]
- Add
--api-versionCLI option togenerateschemamanagement command. [#8663] - Enforce
is_valid(raise_exception=False)as a keyword-only argument. [#7952] - Stop calling
set_contexton Validators. [#8589] - Return
NotImplementedfromErrorDetails.__ne__. [#8538] - Don't evaluate
DateTimeField.default_timezonewhen a custom timezone is set. [#8531] - Make relative URLs clickable in Browseable API. [#8464]
- Support
ManyRelatedFieldfalling back to the default value when the attribute specified by dot notation doesn't exist. MatchesManyRelatedField.get_attributetoField.get_attribute. [#7574] - Make
schemas.openapi.get_referencepublic. [#7515] - Make
ReturnDictsupportdictunion operators on Python 3.9 and later. [#8302] - Update throttling to check if
request.useris set before checking if the user is authenticated. [#8370]