..
authtoken
Remove Django 1.8 & 1.9 compatibility code ( #5481 )
2017-10-05 20:41:38 +02:00
locale
Version 3.7.2 Release ( #5563 )
2017-11-06 12:05:08 +01:00
schemas
Remove ulrparse compatability shim; use six instead
2017-11-08 21:30:33 -08:00
static /rest_framework
Interactive docs - make bottom sidebar items sticky ( #5516 )
2017-10-23 12:02:04 +02:00
templates /rest_framework
Add interactive docs error template ( #5548 )
2017-11-06 09:04:07 +01:00
templatetags
Remove Django 1.8 & 1.9 compatibility code ( #5481 )
2017-10-05 20:41:38 +02:00
utils
fix processing unicode symbols in query_string by Python 2 ( #5552 )
2017-11-06 11:46:37 +01:00
__init__.py
Update version and release notes for v3.7.3 ( #5568 )
2017-11-06 16:32:12 +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
Remove ulrparse compatability shim; use six instead
2017-11-08 21:30:33 -08: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
Change ImageField validation pattern, use validators from DjangoImageField ( #5539 )
2017-11-06 11:14:37 +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
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 all BytesWarning caught during tests ( #5561 )
2017-11-06 10:02:48 +01:00
request.py
Force content_type inclusion in APIRequestFactory
2017-08-31 05:45:12 -04:00
response.py
Drop unnecessary TODO notes.
2017-09-14 09:44:59 +01:00
reverse.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
routers.py
Remove deprecated schema code from DefaultRouter ( #5482 )
2017-10-05 21:29:56 +02:00
serializers.py
Use dict and set literals instead of calls to dict() and set() ( #5559 )
2017-11-06 10:03:01 +01:00
settings.py
Remove Django 1.8 & 1.9 compatibility code ( #5481 )
2017-10-05 20:41:38 +02: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
Remove Django 1.8 & 1.9 compatibility code ( #5481 )
2017-10-05 20:41:38 +02:00
urlpatterns.py
Support URLPattern and URLResolver from Django 2.0 ( #5500 )
2017-10-16 09:33:31 +02:00
urls.py
Move django.contrib.auth import out of compat.
2017-11-06 09:57:51 -05:00
validators.py
Update links after moving to encode org
2017-04-07 10:28:35 -04:00
versioning.py
Remove extra parentheses ( #4789 )
2017-01-08 16:09:23 +00:00
views.py
Allow schema = None
. Deprecate exclude_from_schema
( #5422 )
2017-09-20 11:29:47 +02:00
viewsets.py
Fixed #5228 Set ViewSet args/kwargs/request before dispatch
2017-06-22 16:22:17 +03:00