| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| djangorestframework-3.18.0-py3-none-any.whl | < 12 hours ago | 900.0 kB | |
| djangorestframework-3.18.0-py3-none-any.whl.sigstore.json | < 12 hours ago | 11.2 kB | |
| djangorestframework-3.18.0.tar.gz | < 12 hours ago | 913.7 kB | |
| djangorestframework-3.18.0.tar.gz.sigstore.json | < 12 hours ago | 11.2 kB | |
| 3.18.0 source code.tar.gz | < 12 hours ago | 10.4 MB | |
| 3.18.0 source code.zip | < 12 hours ago | 10.9 MB | |
| README.md | < 12 hours ago | 4.2 kB | |
| Totals: 7 Items | 23.2 MB | 0 | |
What's Changed
Breaking changes
- Drop support for Django 4.2, Django 5.0 and Django 5.1 by @p-r-a-v-i-n in https://github.com/encode/django-rest-framework/pull/9899
- Change errors for list serializers (
many=True) to dict format by @p-r-a-v-i-n in https://github.com/encode/django-rest-framework/pull/9837
Features
- Add
unaccenttoSearchFilterby @mgaligniana in https://github.com/encode/django-rest-framework/pull/9385 - Add support for Django 6.1 by @browniebroke in https://github.com/encode/django-rest-framework/pull/10003
- Add
@throttle_scopefunction based view decorator by @d-ryzhykau in https://github.com/encode/django-rest-framework/pull/9963 - Add
nulls_distinctsupport toUniqueTogetherValidatorby @mag123c in https://github.com/encode/django-rest-framework/pull/9866
Bug fixes
- Include
choicesparam for non-editable fields by @ticosax in https://github.com/encode/django-rest-framework/pull/9929 - Improve cursor pagination template accessibility in browsable API by @kosbemrunal in https://github.com/encode/django-rest-framework/pull/9905
- Fix partial form data updates involving
ListFieldby @Natgho in https://github.com/encode/django-rest-framework/pull/9902 - Fix crash due to browsable API extra action permissions by @dlfoerster in https://github.com/encode/django-rest-framework/pull/9934
- Handle unhashable
BooleanFieldrepresentation value by @emfpdlzj in https://github.com/encode/django-rest-framework/pull/9973 - Fix OpenAPI schema for zero numeric bounds on ListField children by @zainnadeem786 in https://github.com/encode/django-rest-framework/pull/9977
- Replace
cc_delim_re usagewithsplit_header_valuefor Django 6.1+ compatibility by @laymonage in https://github.com/encode/django-rest-framework/pull/9978 - Fix
set_rollbackto only rollback initialized connections by @jdetaeye in https://github.com/encode/django-rest-framework/pull/9599 - Fix DictField HTML input returning empty dict for missing fields by @veeceey in https://github.com/encode/django-rest-framework/pull/9891
- Raise clear error for unsupported unique-together list updates by @zainnadeem786 in https://github.com/encode/django-rest-framework/pull/9981
Other changes
- Prepare release 3.18.0 by @github-actions[bot] in https://github.com/encode/django-rest-framework/pull/10015
New Contributors
- @Im-Bilal made their first contribution in https://github.com/encode/django-rest-framework/pull/9967
- @dlfoerster made their first contribution in https://github.com/encode/django-rest-framework/pull/9934
- @emfpdlzj made their first contribution in https://github.com/encode/django-rest-framework/pull/9973
- @zainnadeem786 made their first contribution in https://github.com/encode/django-rest-framework/pull/9977
- @laymonage made their first contribution in https://github.com/encode/django-rest-framework/pull/9978
- @harshitkandpal made their first contribution in https://github.com/encode/django-rest-framework/pull/9993
- @udit-prabhakar made their first contribution in https://github.com/encode/django-rest-framework/pull/9962
- @sai09111995 made their first contribution in https://github.com/encode/django-rest-framework/pull/9884
- @d-ryzhykau made their first contribution in https://github.com/encode/django-rest-framework/pull/9963
- @Elkasitu made their first contribution in https://github.com/encode/django-rest-framework/pull/8494
- @vishalanandl177 made their first contribution in https://github.com/encode/django-rest-framework/pull/10002
- @jdetaeye made their first contribution in https://github.com/encode/django-rest-framework/pull/9599
- @veeceey made their first contribution in https://github.com/encode/django-rest-framework/pull/9891
- @mag123c made their first contribution in https://github.com/encode/django-rest-framework/pull/9866
- @anurag12anu made their first contribution in https://github.com/encode/django-rest-framework/pull/9814
- @github-actions[bot] made their first contribution in https://github.com/encode/django-rest-framework/pull/10015
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.17.1...3.18.0