django-rest-framework/rest_framework
Jon Dufresne 4d57d46bf8 Prefer io.BytesIO over six; available on all supported Pythons (#6168)
On all supported Pythons, the io.BytesIO is always a stream
implementation using an in-memory bytes buffer.

Makes code slightly more forward compatible by reducing use of the six
module and promotes more forward compatible practices in the docs.
2018-09-09 11:53:41 +01:00
..
authtoken Drop Django 1.10 support (#5657) 2018-07-06 12:14:31 +02:00
locale Version 3.7.4 Release (#5650) 2017-12-20 15:28:31 +01:00
schemas Fix schemas for extra actions (#5992) 2018-07-06 10:35:36 +02:00
static/rest_framework fix e.indexOf is not a function error (#5982) 2018-05-11 21:49:29 +01:00
templates/rest_framework Admin renderer urls (#5988) 2018-07-06 10:58:26 +02:00
templatetags Fixed AttributeError from items filter when value is None (#5981) 2018-05-11 08:50:08 +02:00
utils Improvements to ViewSet extra actions (#5605) 2018-07-06 10:33:10 +02:00
__init__.py Update version and notes for 3.8.2 release. (#5923) 2018-04-06 15:41:11 +02:00
apps.py Make DEFAULT_PAGINATION_CLASS None by default. (#5170) 2017-09-25 15:36:30 +02:00
authentication.py Fix CSRF cookie check failure when using session auth with django 1.11.6+ (#6113) 2018-08-07 08:18:56 +01:00
checks.py Clarify pagination system check (#5524) 2017-10-23 12:31:59 +02:00
compat.py Drop Django 1.10 support (#5657) 2018-07-06 12:14:31 +02:00
decorators.py Improvements to ViewSet extra actions (#5605) 2018-07-06 10:33:10 +02:00
documentation.py Allowed customising API documentation code samples (#5752) 2018-01-25 09:39:03 +01:00
exceptions.py Allow hashing of ErrorDetail to fix #5919 (#5932) 2018-04-20 15:32:37 +02:00
fields.py Drop Django 1.10 support (#5657) 2018-07-06 12:14:31 +02:00
filters.py Move guardian imports out of compat (#6054) 2018-07-06 11:32:02 +02:00
generics.py Add ValidationError to except in get_object_or_404 for django 1.11 2017-05-05 21:17:12 -04:00
metadata.py Don't show hidden fields in metadata (#5854) 2018-03-23 22:47:10 +00:00
mixins.py Ensure Location header is strictly a 'str', not subclass. Closes #5541 (#5544) 2017-10-30 13:08:52 +00:00
negotiation.py Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00
pagination.py Clean up unnecessary if statement (#6163) 2018-09-06 07:25:20 +01:00
parsers.py Upgrade isort (#5817) 2018-02-14 20:12:14 +00:00
permissions.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
relations.py Only catch TypeError/ValueError for object lookups (#6028) 2018-07-06 12:18:17 +02:00
renderers.py Admin renderer urls (#5988) 2018-07-06 10:58:26 +02:00
request.py Prefer io.BytesIO over six; available on all supported Pythons (#6168) 2018-09-09 11:53:41 +01:00
response.py Drop unnecessary TODO notes. 2017-09-14 09:44:59 +01:00
reverse.py Upgrade isort (#5817) 2018-02-14 20:12:14 +00:00
routers.py Rename base_name => basename for consistency's sake (#5990) 2018-07-06 11:03:12 +02:00
serializers.py Improve ModelSerializer.create() error message. (#6112) 2018-08-06 20:11:55 +02: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 Upgrade isort (#5817) 2018-02-14 20:12:14 +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 Drop Django 1.10 support (#5657) 2018-07-06 12:14:31 +02:00
validators.py Fix whitespace in imports 2017-11-25 21:10:30 -05:00
versioning.py Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
views.py Improvements to ViewSet extra actions (#5605) 2018-07-06 10:33:10 +02:00
viewsets.py Improvements to ViewSet extra actions (#5605) 2018-07-06 10:33:10 +02:00