django-rest-framework/rest_framework
2022-10-03 10:36:51 +01:00
..
authtoken
locale
management
schemas Minor refactor: Unnecessary use of list() function (#8672) 2022-09-27 16:08:40 +01:00
static/rest_framework
templates/rest_framework
templatetags
utils
__init__.py Use correct class to indicate present deprecation (#8665) 2022-09-22 14:07:43 -04:00
apps.py
authentication.py
checks.py
compat.py
decorators.py
documentation.py
exceptions.py
fields.py Minor fix to SerializeMethodField docstring (#8629) 2022-10-03 10:36:51 +01:00
filters.py
generics.py
metadata.py
mixins.py
negotiation.py
pagination.py
parsers.py
permissions.py
relations.py
renderers.py
request.py
response.py
reverse.py
routers.py
serializers.py Version 3.14.0 proposal (#8599) 2022-09-21 14:08:12 +01:00
settings.py
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
views.py support multi db atomic_requests (#7739) 2021-03-03 11:15:39 +00:00
viewsets.py