django-rest-framework/rest_framework
Xavier Ordoquy d757127e9a Merge remote-tracking branch 'reference/master' into feature/improve_schema_shortcut
* reference/master: (22 commits)
  Clarify get_schema_fields signature
  Updated monthly report link on funding page
  Bumped django-guardian version.
  remove django 1.11 from allow_failure matrix
  update django 1.11 to stable release in tox
  Update existing vary headers in response instead of overwriting them.
  Update links after moving to encode org
  Use overridden settings exception handler
  Pass initkwargs stored on view to instance
  Update 7-schemas-and-client-libraries.md
  Update Boolean field to more closely match python library
  Fix parser names in docstring.
  Fix typo at docstring
  update test case
  update test case
  fix unique=True validation for ChoiceField
  Added drfpasswordless to Authentication docs
  Document adding django_filters to installed apps
  Added drfpasswordless to third party packages topic page.
  Added drfpasswordless to authentication topic page.
  ...
2017-04-13 08:29:47 +02:00
..
authtoken Update links after moving to encode org 2017-04-07 10:28:35 -04:00
locale Removous erronous duplicate Danish translation file (#4563) 2016-10-12 10:02:21 +01:00
static/rest_framework Try to improve browser support 2017-03-17 22:21:14 -04:00
templates/rest_framework Move bootstrap modal data attrs to anchor 2017-03-17 21:44:11 -04:00
templatetags Add 'mark_safe' in template tags. Closes #4952. Closes #4953. 2017-03-10 10:59:31 +00:00
utils Pass initkwargs stored on view to instance 2017-04-06 16:38:28 +04:00
__init__.py Version 3.6.2 2017-03-10 13:00:08 +00:00
authentication.py TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
compat.py Ensure 'markdown' dependancy is optional. Refs #4941. (#4947) 2017-03-09 16:50:00 +00:00
decorators.py Version 3.5 (#4525) 2016-10-10 13:03:46 +01:00
documentation.py Allow the documentation and schema shortcut functions to get a list of urls to introspect. 2017-03-15 08:07:12 +01:00
exceptions.py Fix support of get_full_details() for Throttled exceptions (#4627) 2016-11-01 10:38:56 +00:00
fields.py Merge pull request #5060 from jpadilla/encode 2017-04-07 17:20:51 +01:00
filters.py Update links after moving to encode org 2017-04-07 10:28:35 -04:00
generics.py Fix blank lines around docstrings 2016-03-17 11:06:47 +00: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 Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
parsers.py Descriptive error from FileUploadParser when filename not included. (#4340) 2016-08-01 18:44:58 +01:00
permissions.py Live API documentation (#4755) 2017-03-03 15:24:37 +00:00
relations.py Remove extra parentheses (#4789) 2017-01-08 16:09:23 +00:00
renderers.py Fix mime type on schema.js endpoint. Closes #4968. 2017-03-13 10:03:13 +00:00
request.py Update _not_authenticated's docstring (#4906) 2017-02-20 09:33:54 +00: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 Version 3.6 (#4943) 2017-03-09 14:49:51 +00:00
schemas.py Merge remote-tracking branch 'reference/master' into feature/improve_schema_shortcut 2017-03-24 15:21:43 +01:00
serializers.py Merge pull request #4688 from theosotr/feature-source 2017-03-13 10:25:38 +00:00
settings.py Fix parser names in docstring. 2017-03-29 07:57:14 +02:00
status.py Adding support for RFC 4918 status codes (#4291) 2016-07-26 11:09:12 +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 Support HEAD in viewsets 2017-03-13 12:51:03 +00:00