..
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
Fix format_suffix_patterns behavior with Django 2 path() routes ( #5691 )
2017-12-20 13:17:54 +01:00
static /rest_framework
Clean up all whitespace throughout project ( #5578 )
2017-11-09 20:57:53 +01:00
templates /rest_framework
add missing template change for #5584 ( #5587 )
2017-11-11 08:43:00 +01:00
templatetags
Fix whitespace in imports
2017-11-25 21:10:30 -05:00
utils
Fix bare except statements
2017-11-25 21:06:13 -05:00
__init__.py
Version 3.7.4 Release ( #5650 )
2017-12-20 15:28:31 +01:00
apps.py
Make DEFAULT_PAGINATION_CLASS
None
by default. ( #5170 )
2017-09-25 15:36:30 +02:00
authentication.py
Call Django's authenticate function with the request object ( #5295 )
2017-10-05 10:43:49 +01:00
checks.py
Clarify pagination system check ( #5524 )
2017-10-23 12:31:59 +02:00
compat.py
Fix format_suffix_patterns behavior with Django 2 path() routes ( #5691 )
2017-12-20 13:17:54 +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
Django 2.0a1 compat ( #5503 )
2017-10-16 11:31:13 +02:00
exceptions.py
Fix missing six.text_type() call on APIException.__str__ ( #5476 )
2017-10-04 09:00:21 +02:00
fields.py
Non-required fields with 'allow_null=True' should not imply a default value ( #5639 )
2017-12-01 09:54:25 +01:00
filters.py
Fix dotted source ordering ( #5533 )
2017-10-25 11:46:21 +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 list M2M choices in OPTIONS requests. Refs #3751 . ( #4160 )
2016-06-01 17:28:32 +01:00
mixins.py
Ensure Location header is strictly a 'str', not subclass. Closes #5541 ( #5544 )
2017-10-30 13:08:52 +00:00
models.py
Move models.resolve_model to serializers._resolve_model
2014-01-13 11:47:44 -05:00
negotiation.py
Fixed various typos ( #4366 )
2016-08-08 09:32:22 +01:00
pagination.py
Remove Django 1.8 & 1.9 compatibility code ( #5481 )
2017-10-05 20:41:38 +02:00
parsers.py
Add 'STRICT_JSON' API setting.
2017-09-25 09:08:20 +02:00
permissions.py
Remove Django 1.8 & 1.9 compatibility code ( #5481 )
2017-10-05 20:41:38 +02:00
relations.py
Compat cleanup ( #5581 )
2017-11-10 09:41:03 +01:00
renderers.py
SchemaJSRenderer renders invalid Javascript ( #5607 )
2017-11-22 15:47:03 +01:00
request.py
Fix AttributeError hiding on request authenticators ( #5600 )
2017-11-23 08:58:04 +01:00
response.py
Drop unnecessary TODO notes.
2017-09-14 09:44:59 +01:00
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
Fix Serializer.data when provided invalid 'data' ( #5646 )
2017-12-04 08:39:55 +01:00
settings.py
Add DEFAULT_SCHEMA_CLASS setting ( #5658 )
2017-12-14 11:24:21 +01:00
status.py
Simplified chained comparisons and minor code fixes ( #5276 )
2017-07-16 17:12:29 +01:00
test.py
Force content_type inclusion in APIRequestFactory
2017-08-31 05:45:12 -04: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
Remove extra parentheses ( #4789 )
2017-01-08 16:09:23 +00:00
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