django-rest-framework/rest_framework
2021-12-06 15:32:33 +00:00
..
authtoken
locale
management
schemas Remove old-style super calls (#8226) 2021-12-06 15:32:33 +00:00
static/rest_framework fix comments by using correct css comment syntax (#8019) 2021-06-07 10:30:23 +01:00
templates/rest_framework
templatetags Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
utils
__init__.py
apps.py
authentication.py #7157: Fix RemoteUserAuthentication calling django authenticate with request argument (#7158) 2021-09-03 14:37:03 +01:00
checks.py
compat.py
decorators.py
documentation.py
exceptions.py
fields.py Remove old-style super calls (#8226) 2021-12-06 15:32:33 +00:00
filters.py
generics.py
metadata.py
mixins.py
negotiation.py
pagination.py Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
parsers.py
permissions.py
relations.py Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
renderers.py
request.py Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
response.py
reverse.py
routers.py Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
serializers.py Add max_length and min_length options to ListSerializer (#8165) 2021-09-14 13:45:55 +01:00
settings.py
status.py
test.py Adjusted URLPatternsTestCase to use addClassCleanup() from Django 4.0. 2021-09-22 10:23:47 +02:00
throttling.py fix: change View class to Throttle class on SimpleRateThrottle Docstring (#8147) 2021-09-03 13:00:23 +01:00
urlpatterns.py
urls.py
validators.py
versioning.py
views.py
viewsets.py