django-rest-framework/rest_framework
2017-08-21 12:05:25 +02:00
..
authtoken Implement option to reset User token 2017-06-03 11:58:01 +01:00
locale Update compiled translations. 2017-08-21 12:05:25 +02:00
static/rest_framework Fix JS data binding 2017-08-17 12:33:59 +02:00
templates/rest_framework Fix JS data binding 2017-08-17 12:33:59 +02:00
templatetags [NEW] Tests for templatetags.schema_links 2017-08-17 21:14:26 +02:00
utils Simplified chained comparisons and minor code fixes (#5276) 2017-07-16 17:12:29 +01:00
__init__.py
authentication.py RemoteUserAuthentication, docs, and tests (#5306) 2017-08-11 10:35:00 +01:00
compat.py
decorators.py
documentation.py
exceptions.py typo: may -> many 2017-07-20 23:42:51 +02:00
fields.py Update fields.py 2017-08-18 12:12:01 +08:00
filters.py Fix SearchFilter to-many behavior by ANDing cond's 2017-07-10 14:50:47 -04:00
generics.py
metadata.py
mixins.py
models.py
negotiation.py
pagination.py Docs: update link in pagination.py (#5321) 2017-08-09 15:19:43 -04:00
parsers.py fixed to pass isort linting 2017-05-24 18:12:38 -07:00
permissions.py
relations.py Add tests for HTML_CUTOFF setting and fix issue where setting it to None would raise an exception. 2017-05-24 16:46:18 -07:00
renderers.py Fix issue #5258 (#5259) 2017-07-10 11:43:36 +01:00
request.py Ensure closables in request.FILES get closed. (#5262) 2017-07-10 13:42:02 +01:00
response.py
reverse.py
routers.py Use stacklevel=2 with DeprecationWarnings 2017-06-12 14:59:29 +02:00
schemas.py Fix introspection of list field in schema 2017-08-12 18:59:03 +01:00
serializers.py Special case for when OneToOneField is also primary key. 2017-05-30 13:57:45 -04:00
settings.py
status.py Simplified chained comparisons and minor code fixes (#5276) 2017-07-16 17:12:29 +01:00
test.py
throttling.py
urlpatterns.py
urls.py
validators.py
versioning.py
views.py
viewsets.py Fixed #5228 Set ViewSet args/kwargs/request before dispatch 2017-06-22 16:22:17 +03:00