django-rest-framework/rest_framework
2022-08-12 12:00:55 +01:00
..
authtoken
locale
management
schemas Prevent head method mapping to coerce action name (#7729) 2022-08-12 12:00:55 +01:00
static/rest_framework Upgraded Bootstrap to 3.4.1 and added CSS source maps (#8591) 2022-08-10 11:53:21 +01:00
templates/rest_framework
templatetags Made relative URLs clickable as well. (#8464) 2022-06-08 15:03:00 +01:00
utils Replaced parse_header with parse_header_parameters. (#8556) 2022-07-14 14:20:36 +02:00
__init__.py Version 3.13.1 2021-12-15 15:18:24 +00:00
apps.py
authentication.py
checks.py
compat.py Replaced parse_header with parse_header_parameters. (#8556) 2022-07-14 14:20:36 +02:00
decorators.py if else optimization (#8340) 2022-01-27 15:02:20 +00:00
documentation.py
exceptions.py Refactor short names in exceptions (#8585) 2022-08-01 16:28:05 +01:00
fields.py Stop calling set_context, planned for 3.13 drop (#8589) 2022-08-08 11:18:49 +01:00
filters.py
generics.py
metadata.py
mixins.py
negotiation.py Replaced parse_header with parse_header_parameters. (#8556) 2022-07-14 14:20:36 +02:00
pagination.py Fix CursorPagination parameter schema type (#7708) 2021-12-13 14:03:09 +00:00
parsers.py Replaced parse_header with parse_header_parameters. (#8556) 2022-07-14 14:20:36 +02:00
permissions.py
relations.py Handle unset fields with 'many=True' (#7574) 2022-06-08 14:46:19 +01:00
renderers.py Replaced parse_header with parse_header_parameters. (#8556) 2022-07-14 14:20:36 +02:00
request.py Replaced parse_header with parse_header_parameters. (#8556) 2022-07-14 14:20:36 +02:00
response.py
reverse.py
routers.py
serializers.py Enforce is_valid(raise_exception=False) as a keyword-only argument. (#7952) 2022-08-10 14:00:30 +01:00
settings.py
status.py Added http 102, 103, 421, and 425 status codes (#8350) 2022-02-03 11:57:47 +00:00
test.py Added test client support for HTTP 307 and 308 redirects (#8419) 2022-03-24 09:57:42 +00:00
throttling.py Fix error in throttling when request.user is None (#8370) 2022-06-24 13:02:11 +01:00
urlpatterns.py
urls.py
validators.py
versioning.py
views.py
viewsets.py