django-rest-framework/rest_framework
2020-09-03 21:57:41 +01:00
..
authtoken default_app_config application variable is deprecated in Django 3.2 2020-09-03 21:57:41 +01:00
locale
management Add file option to generateschema (#7130) 2020-02-12 20:35:54 +01:00
schemas Fix schema typo (#7491) 2020-08-24 03:44:34 -07:00
static/rest_framework jquery 3.5.1 (#7313) 2020-05-11 13:08:40 +01:00
templates/rest_framework jquery 3.5.1 (#7313) 2020-05-11 13:08:40 +01:00
templatetags
utils Add support for Django 3.1 JSONField (#7467) 2020-09-03 11:47:11 +01:00
__init__.py default_app_config application variable is deprecated in Django 3.2 2020-09-03 21:57:41 +01:00
apps.py
authentication.py decode base64 credentials as utf8; adjust tests (#7193) 2020-02-17 16:10:52 +00:00
checks.py Fix punctuation in system check (#7281) 2020-04-20 16:40:05 -07:00
compat.py isort v5 (#7484) 2020-08-17 13:26:56 -07:00
decorators.py
documentation.py Updated url()'s with path() and re_path() (#7492) 2020-08-25 13:50:02 +02:00
exceptions.py
fields.py Add support for Django 3.1 JSONField (#7467) 2020-09-03 11:47:11 +01:00
filters.py Fix SearchFilter.must_call_distinict for annotation+m2m (#7146) 2020-05-11 10:55:39 +01:00
generics.py Allow context to be provided to get_serializer (#7298) 2020-04-29 11:19:44 +01:00
metadata.py
mixins.py
negotiation.py
pagination.py Added example for pagination in schemas. (#7275) 2020-04-24 16:13:13 +02:00
parsers.py
permissions.py
relations.py Fix pk-only optimization for properties (#7142) 2020-09-03 11:49:15 +01:00
renderers.py Disable yaml aliases for schema generation. (#7131) 2020-02-03 14:41:47 +01:00
request.py Fix Request docstring kwarg names (#7443) 2020-08-05 16:51:06 -07:00
response.py
reverse.py
routers.py Updated url()'s with path() and re_path() (#7492) 2020-08-25 13:50:02 +02:00
serializers.py Add support for Django 3.1 JSONField (#7467) 2020-09-03 11:47:11 +01:00
settings.py Add note that APISettings is an internal class (#7144) 2020-01-15 10:52:29 +00:00
status.py
test.py Not include charset when charset is None (#7400) 2020-07-07 09:58:32 +01:00
throttling.py
urlpatterns.py Updated url()'s with path() and re_path() (#7492) 2020-08-25 13:50:02 +02:00
urls.py Updated url()'s with path() and re_path() (#7492) 2020-08-25 13:50:02 +02:00
validators.py Make CharField prohibit surrogate characters (#7026) (#7067) 2020-01-06 14:12:21 +00:00
versioning.py
views.py Pass custom code to PermissionDenied if permission class had one set (#7306) 2020-05-01 10:22:36 +01:00
viewsets.py Check extra action func.__name__ (#7098) 2020-08-05 21:29:47 -07:00