django-rest-framework/rest_framework
2021-08-06 10:14:52 +01:00
..
authtoken Don't hit db to access user_id in TokenProxy (#7852) 2021-03-19 11:46:09 +00:00
locale Translations updated from transifex and compiled 2020-10-13 22:05:24 +02:00
management
schemas Add distinction between request and response serializers for OpenAPI (#7424) 2021-04-20 15:03:16 +01:00
static/rest_framework fix comments by using correct css comment syntax (#8019) 2021-06-07 10:30:23 +01:00
templates/rest_framework Revert "made Browsable API base template cachable: omit CSRF token when unnecessary (#7717)" (#7847) 2021-03-17 13:24:55 +00:00
templatetags Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
utils Render JSON fields with proper indentation in browsable API forms. (#6243) 2021-03-15 10:44:03 +00:00
__init__.py Version 3.12.4 (#7873) 2021-03-26 09:27:01 +00:00
apps.py
authentication.py
checks.py
compat.py
decorators.py
documentation.py
exceptions.py
fields.py Make Field constructors keyword-only (#7632) 2021-08-06 10:14:52 +01:00
filters.py Ordering filter bug with model property serializer field (#7609) 2021-03-16 12:53:39 +00:00
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 Fix OpenAPISchema rendering for timedelta (#7641) 2021-03-10 12:03:15 +00:00
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 Propagate nullability in ModelSerializer (#8116) 2021-08-06 10:10:58 +01:00
settings.py
status.py
test.py Linting fixes (#7874) 2021-03-26 12:27:10 +00:00
throttling.py Revert "pick deque instead of list (#7849)" (#7872) 2021-03-26 09:17:47 +00:00
urlpatterns.py
urls.py
validators.py
versioning.py
views.py support multi db atomic_requests (#7739) 2021-03-03 11:15:39 +00:00
viewsets.py