1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-08-05 04:50:12 +03:00
django-rest-framework/rest_framework
2021-09-03 14:37:03 +01:00
..
authtoken Don't hit db to access user_id in TokenProxy () 2021-03-19 11:46:09 +00:00
locale Translations updated from transifex and compiled 2020-10-13 22:05:24 +02:00
management Add file option to generateschema () 2020-02-12 20:35:54 +01:00
schemas Add distinction between request and response serializers for OpenAPI () 2021-04-20 15:03:16 +01:00
static/rest_framework fix comments by using correct css comment syntax () 2021-06-07 10:30:23 +01:00
templates/rest_framework Revert "made Browsable API base template cachable: omit CSRF token when unnecessary ()" () 2021-03-17 13:24:55 +00:00
templatetags Linting fixes () 2021-03-26 12:27:10 +00:00
utils Render JSON fields with proper indentation in browsable API forms. () 2021-03-15 10:44:03 +00:00
__init__.py Version 3.12.4 () 2021-03-26 09:27:01 +00:00
apps.py Make DEFAULT_PAGINATION_CLASS None by default. () 2017-09-25 15:36:30 +02:00
authentication.py : Fix RemoteUserAuthentication calling django authenticate with request argument () 2021-09-03 14:37:03 +01:00
checks.py Fix punctuation in system check () 2020-04-20 16:40:05 -07:00
compat.py isort v5 () 2020-08-17 13:26:56 -07:00
decorators.py Improve the docstring on @action () 2019-12-11 15:08:54 -08:00
documentation.py Updated url()'s with path() and re_path() () 2020-08-25 13:50:02 +02:00
exceptions.py Handle tuples same as lists in ValidationError detail context () 2021-01-06 13:13:34 +00:00
fields.py Make Field constructors keyword-only () 2021-08-06 10:14:52 +01:00
filters.py Ordering filter bug with model property serializer field () 2021-03-16 12:53:39 +00:00
generics.py Allow context to be provided to get_serializer () 2020-04-29 11:19:44 +01:00
metadata.py replace force_text with force_str 2019-08-07 21:05:24 +02:00
mixins.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
negotiation.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
pagination.py Linting fixes () 2021-03-26 12:27:10 +00:00
parsers.py replace force_text with force_str 2019-08-07 21:05:24 +02:00
permissions.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
relations.py Linting fixes () 2021-03-26 12:27:10 +00:00
renderers.py Fix OpenAPISchema rendering for timedelta () 2021-03-10 12:03:15 +00:00
request.py Linting fixes () 2021-03-26 12:27:10 +00:00
response.py Remove unnecessary bytes() calls () 2019-05-30 15:05:27 -07:00
reverse.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
routers.py Linting fixes () 2021-03-26 12:27:10 +00:00
serializers.py Propagate nullability in ModelSerializer () 2021-08-06 10:10:58 +01:00
settings.py Add note that APISettings is an internal class () 2020-01-15 10:52:29 +00:00
status.py Adding I'm a teapot error code () 2019-12-10 09:18:35 +00:00
test.py Linting fixes () 2021-03-26 12:27:10 +00:00
throttling.py fix: change View class to Throttle class on SimpleRateThrottle Docstring () 2021-09-03 13:00:23 +01:00
urlpatterns.py Updated url()'s with path() and re_path() () 2020-08-25 13:50:02 +02:00
urls.py Replace all url() calls with path() or re_path() () 2020-09-08 15:32:27 +01:00
validators.py Make CharField prohibit surrogate characters () () 2020-01-06 14:12:21 +00:00
versioning.py Replace all url() calls with path() or re_path() () 2020-09-08 15:32:27 +01:00
views.py support multi db atomic_requests () 2021-03-03 11:15:39 +00:00
viewsets.py Check extra action func.__name__ () 2020-08-05 21:29:47 -07:00