..
authtoken
Implement option to reset User token
2017-06-03 11:58:01 +01:00
locale
Removous erronous duplicate Danish translation file ( #4563 )
2016-10-12 10:02:21 +01:00
static /rest_framework
Merge pull request #5176 from levic/browsable-api-multipart-form-data
2017-06-16 15:08:27 +01:00
templates /rest_framework
Merge pull request #5189 from myrubapa/master
2017-07-10 10:28:33 +01:00
templatetags
Add 'mark_safe' in template tags. Closes #4952 . Closes #4953 .
2017-03-10 10:59:31 +00:00
utils
Simplified chained comparisons and minor code fixes ( #5276 )
2017-07-16 17:12:29 +01:00
__init__.py
Version 3.6.3
2017-05-12 16:52:27 +01:00
authentication.py
TokenAuthentication: Allow custom keyword in the header ( #4097 )
2016-05-04 10:53:34 +01:00
compat.py
Added pytz exception in compat module.
2017-03-22 00:03:32 -04:00
decorators.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
documentation.py
Merge master.
2017-04-19 07:56:39 +02:00
exceptions.py
typo: may -> many
2017-07-20 23:42:51 +02:00
fields.py
Revert 3288 ( #5313 )
2017-08-07 16:52:09 +01:00
filters.py
Fix SearchFilter to-many behavior by ANDing cond's
2017-07-10 14:50:47 -04: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
Invalidate any existing prefetch cache on PUT requests. ( #4668 )
2016-11-11 09:44:35 +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
Simplified chained comparisons and minor code fixes ( #5276 )
2017-07-16 17:12:29 +01:00
parsers.py
fixed to pass isort linting
2017-05-24 18:12:38 -07:00
permissions.py
Live API documentation ( #4755 )
2017-03-03 15:24:37 +00: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 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
fixes response rendering with empty context ( #4495 )
2016-09-17 03:13:34 +01:00
reverse.py
Version 3.5 ( #4525 )
2016-10-10 13:03:46 +01:00
routers.py
Use stacklevel=2 with DeprecationWarnings
2017-06-12 14:59:29 +02:00
schemas.py
If pagination class, include the schema generation
2017-05-22 19:10:54 -04:00
serializers.py
Special case for when OneToOneField is also primary key.
2017-05-30 13:57:45 -04:00
settings.py
Fix parser names in docstring.
2017-03-29 07:57:14 +02:00
status.py
Simplified chained comparisons and minor code fixes ( #5276 )
2017-07-16 17:12:29 +01:00
test.py
fixed url checker ':' to 'http' ( #4678 )
2017-02-01 12:20:06 +00:00
throttling.py
Access request.user.is_authenticated
as property not method, under Django 1.10+ ( #4358 )
2016-08-05 11:04:01 +01:00
urlpatterns.py
Fixed Django 2.0 compatibility due to django.conf.urls.include
parameters change. ( #4866 )
2017-01-30 16:11:19 +00:00
urls.py
Add app_name to rest_framework.urls.
2015-12-08 02:25:00 +01: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
Merge pull request #5047 from kirberich/merge-vary-headers
2017-04-07 20:44:58 +01:00
viewsets.py
Fixed #5228 Set ViewSet args/kwargs/request before dispatch
2017-06-22 16:22:17 +03:00