Unclaimed project
Are you a maintainer of django-rest-framework? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
django-rest-framework
Web APIs for Django. 🎸
apidjangopythonrest
Last updated about 2 months ago
Back to changelogNew
3.15.2
What's Changed
- Add @api_view example to caching documentation by @BradWells in https://github.com/encode/django-rest-framework/pull/9131
- Update docstring by @jthevos in https://github.com/encode/django-rest-framework/pull/9340
- Apply black formatting to caching markdown by @jthevos in https://github.com/encode/django-rest-framework/pull/9341
- Update renderers documentation example by @mgaligniana in https://github.com/encode/django-rest-framework/pull/9362
- Removing live examples of tutorial code that are no longer hosted by @TGoddessana in https://github.com/encode/django-rest-framework/pull/9363
- Docs: Remove an unnecessary step from quickstart.md by @gogowitsch in https://github.com/encode/django-rest-framework/pull/9387
- Documentation: Add Python 3.12 to the requirements by @Szaroslav in https://github.com/encode/django-rest-framework/pull/9382
- Tweak README.md links. by @tomchristie in https://github.com/encode/django-rest-framework/pull/9375
- Revert "Ensure CursorPagination respects nulls in the ordering field" by @max-muoto in https://github.com/encode/django-rest-framework/pull/9381
- use warnings rather than logging a warning for DecimalField warnings by @terencehonles in https://github.com/encode/django-rest-framework/pull/9367
20240426 docs by @peterthomassen in https://github.com/encode/django-rest-framework/pull/9392Cleanup by @peterthomassen in https://github.com/encode/django-rest-framework/pull/9393tests: Check urlpatterns after cleanups by @stanislavlevin in https://github.com/encode/django-rest-framework/pull/9400docs: Correct some evaluation results and a httpie option in Tutorial1 by @wkwkhautbois in https://github.com/encode/django-rest-framework/pull/9421Add __hash__ method for permissions.OperandHolder class by @vanya909 in https://github.com/encode/django-rest-framework/pull/9417Fix potential XSS vulnerability in break_long_headers template filter by @ch4n3-yoon in https://github.com/encode/django-rest-framework/pull/9435Version 3.15.2. by @tomchristie in https://github.com/encode/django-rest-framework/pull/9439New Contributors
- @BradWells made their first contribution in https://github.com/encode/django-rest-framework/pull/9131
- @jthevos made their first contribution in https://github.com/encode/django-rest-framework/pull/9340
- @gogowitsch made their first contribution in https://github.com/encode/django-rest-framework/pull/9387
- @Szaroslav made their first contribution in https://github.com/encode/django-rest-framework/pull/9382
- @wkwkhautbois made their first contribution in https://github.com/encode/django-rest-framework/pull/9421
- @ch4n3-yoon made their first contribution in https://github.com/encode/django-rest-framework/pull/9435
Full Changelog: https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2
Python