| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| djangorestframework-3.18.1-py3-none-any.whl | 2026-09-07 | 901.4 kB | |
| djangorestframework-3.18.1-py3-none-any.whl.sigstore.json | 2026-09-07 | 11.2 kB | |
| djangorestframework-3.18.1.tar.gz | 2026-09-07 | 915.7 kB | |
| djangorestframework-3.18.1.tar.gz.sigstore.json | 2026-09-07 | 11.2 kB | |
| 3.18.1 source code.tar.gz | 2026-09-07 | 10.4 MB | |
| 3.18.1 source code.zip | 2026-09-07 | 10.9 MB | |
| README.md | 2026-09-07 | 1.6 kB | |
| Totals: 7 Items | 23.2 MB | 2 | |
What's Changed
Bug fixes
- Fix duplicate validation errors for GenericIPAddressField with protocol by @browniebroke in https://github.com/encode/django-rest-framework/pull/10011
- Fix int64 format detection for negative
IntegerFieldminimums in OpenAPI schema definition by @zainnadeem786 in https://github.com/encode/django-rest-framework/pull/9989 - Fix list serializer on unique constraint validator by @MehrazRumman in https://github.com/encode/django-rest-framework/pull/10033
- Reject non-finite values (nan, inf) in FloatField by @winklemad in https://github.com/encode/django-rest-framework/pull/9998
Other changes
- Add a compatibility setting for
ListSerializererror formats by @Kub-AT in https://github.com/encode/django-rest-framework/pull/10027 - Expand deprecation classes and review deprecation policy by @browniebroke in https://github.com/encode/django-rest-framework/pull/10034
New Contributors
- @abidaliamanat9 made their first contribution in https://github.com/encode/django-rest-framework/pull/10028
- @epuronta made their first contribution in https://github.com/encode/django-rest-framework/pull/10030
- @Kub-AT made their first contribution in https://github.com/encode/django-rest-framework/pull/10027
- @winklemad made their first contribution in https://github.com/encode/django-rest-framework/pull/9998
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.18.0...3.18.1