django-rest-framework/rest_framework
2018-01-15 15:15:21 +01:00
..
authtoken Remove references to unsupported Django versions in docs and code (#5602) 2017-11-20 09:35:54 +01:00
locale Version 3.7.4 Release (#5650) 2017-12-20 15:28:31 +01:00
schemas Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
static/rest_framework Clean up all whitespace throughout project (#5578) 2017-11-09 20:57:53 +01:00
templates/rest_framework Disable HTML inputs for dict/list fields (#5702) 2018-01-02 10:50:49 +01:00
templatetags Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
utils Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
__init__.py Add 3.7.7 release notes 2017-12-21 12:45:54 +01:00
apps.py
authentication.py
checks.py
compat.py Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
decorators.py Use dict and set literals instead of calls to dict() and set() (#5559) 2017-11-06 10:03:01 +01:00
documentation.py
exceptions.py
fields.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
filters.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
generics.py
metadata.py
mixins.py
models.py
negotiation.py
pagination.py
parsers.py Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
permissions.py
relations.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
renderers.py Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
request.py Fix AttributeError hiding on request authenticators (#5600) 2017-11-23 08:58:04 +01:00
response.py
reverse.py Compat cleanup (#5581) 2017-11-10 09:41:03 +01:00
routers.py Add '.basename' and '.reverse_action()' to ViewSet (#5648) 2017-12-04 11:55:49 +01:00
serializers.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
settings.py using rsplit to get module and classname for imports (#5712) 2018-01-02 10:59:08 +01:00
status.py Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
test.py Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
throttling.py Fix typo in docstring (#5678) 2017-12-19 08:45:33 +01:00
urlpatterns.py Fix format_suffix_patterns behavior with Django 2 path() routes (#5691) 2017-12-20 13:17:54 +01:00
urls.py Remove references to unsupported Django versions in docs and code (#5602) 2017-11-20 09:35:54 +01:00
validators.py Fix whitespace in imports 2017-11-25 21:10:30 -05:00
versioning.py
views.py Add DEFAULT_SCHEMA_CLASS setting (#5658) 2017-12-14 11:24:21 +01:00
viewsets.py Add '.basename' and '.reverse_action()' to ViewSet (#5648) 2017-12-04 11:55:49 +01:00