django-rest-framework/rest_framework
Mark Davidoff 6f2c0dbf4d
permissions must return a boolean
`x and y` actually returns object y when both are true. the means P & IsAuthenticated will fail with TypeError: unsupported operand type(s) for &: 'instance' and 'bool' as IsAuthenticated now returns a CallableBool which does not overload __ror__
2018-10-28 14:12:39 -07: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
management Add OpenAPIRenderer and generate_schema management command. (#6229) 2018-10-03 15:28:04 +01:00
schemas Version 3.9 (#6247) 2018-10-18 10:38:46 +01:00
static/rest_framework fix e.indexOf is not a function error (#5982) 2018-05-11 21:49:29 +01:00
templates/rest_framework Prefer https:// for URLs when available throughout project (#6208) 2018-10-02 08:28:58 +02:00
templatetags Problem: autoescape not getting passed to urlize_quoted_links filter (#6191) 2018-10-10 10:36:04 +02:00
utils Remove unnecessary use of compat shim six.binary_type (#6189) 2018-09-17 10:39:59 +02:00
__init__.py Version 3.9 (#6247) 2018-10-18 10:38:46 +01:00
apps.py
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
compat.py Add OpenAPIRenderer and generate_schema management command. (#6229) 2018-10-03 15:28:04 +01:00
decorators.py Version 3.9 (#6247) 2018-10-18 10:38:46 +01: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 Prohibit null characters in CharField by default (#6073) 2018-10-02 16:54:15 +02:00
filters.py Deprecate DjangoObjectPermissionsFilter (#6075) 2018-10-02 16:34:25 +02:00
generics.py
metadata.py Don't show hidden fields in metadata (#5854) 2018-03-23 22:47:10 +00:00
mixins.py
negotiation.py
pagination.py Prefer https:// for URLs when available throughout project (#6208) 2018-10-02 08:28:58 +02:00
parsers.py Upgrade isort (#5817) 2018-02-14 20:12:14 +00:00
permissions.py permissions must return a boolean 2018-10-28 14:12:39 -07:00
relations.py Only catch TypeError/ValueError for object lookups (#6028) 2018-07-06 12:18:17 +02:00
renderers.py Add OpenAPIRenderer and generate_schema management command. (#6229) 2018-10-03 15:28:04 +01:00
request.py Prefer io.BytesIO over six; available on all supported Pythons (#6168) 2018-09-09 11:53:41 +01:00
response.py
reverse.py Upgrade isort (#5817) 2018-02-14 20:12:14 +00:00
routers.py Version 3.9 (#6247) 2018-10-18 10:38:46 +01:00
serializers.py Fix Python 3.8 compatibility (#6154) 2018-09-10 21:12:32 -07:00
settings.py Prefer https:// for URLs when available throughout project (#6208) 2018-10-02 08:28:58 +02: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
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
versioning.py
views.py Fix action support for ViewSet suffixes (#6081) 2018-10-02 16:22:21 +02:00
viewsets.py Fix action support for ViewSet suffixes (#6081) 2018-10-02 16:22:21 +02:00