django-rest-framework/docs/api-guide
Miro Hrončok ffdac0d936 TokenAuthentication: Allow custom keyword in the header (#4097)
This allows subclassing TokenAuthentication and setting custom keyword,
thus allowing the Authorization header to be for example:

    Bearer 956e252a-513c-48c5-92dd-bfddc364e812

It doesn't change the behavior of TokenAuthentication itself,
it simply allows to reuse the logic of TokenAuthentication without
the need of copy pasting the class and changing one hardcoded string.

Related: #4080
2016-05-04 10:53:34 +01:00
..
authentication.md TokenAuthentication: Allow custom keyword in the header (#4097) 2016-05-04 10:53:34 +01:00
content-negotiation.md Use MkDocs meta.source to render source code links 2014-11-25 12:44:11 +00:00
exceptions.md Docs on exception handler context. Closes #2604. 2015-02-26 13:20:26 +00:00
fields.md Use datetime example for the Field.initial attribute 2016-02-19 09:53:50 +01:00
filtering.md Class formatting 2015-12-31 21:18:41 -06:00
format-suffixes.md More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
generic-views.md Those are now fully removed. 2016-03-08 06:38:03 +01:00
metadata.md More docs on configuring a custom metadata class. 2015-07-16 10:19:27 +01:00
pagination.md Fix code sample indention 2016-03-21 10:23:34 +00:00
parsers.md Import parser added to docs in API guide 2015-12-12 21:59:08 +05:30
permissions.md Fix typo in permissions docs 2016-05-03 14:20:45 -04:00
relations.md Typo fix (#4094) 2016-05-03 15:53:55 +01:00
renderers.md Merge pull request #3497 from Ins1ne/feature/3340 2015-11-18 17:38:07 +01:00
requests.md Fix erronous request.files docs, and incorrect request.FILES behavior. Closes #3261. 2015-08-11 16:21:02 +01:00
responses.md Use MkDocs meta.source to render source code links 2014-11-25 12:44:11 +00:00
reverse.md Use MkDocs meta.source to render source code links 2014-11-25 12:44:11 +00:00
routers.md update info about wq.db.rest router 2015-05-05 13:38:14 -05:00
serializers.md links to html-json-forms package 2016-03-24 11:55:19 -05:00
settings.md PAGINATE_BY_PARAM and MAX_PAGINATE_BY removed in 3.3 2016-03-08 06:41:08 +01:00
status-codes.md Change tab to spaces 2015-12-23 12:58:14 -08:00
testing.md Fix testing example. Closes #3346 2015-08-28 13:52:18 +01:00
throttling.md Small doc typo throttles --> throttling 2015-10-01 14:25:04 +07:00
validators.md Fixed #2900 -- Made example validator class in docs inherit from object 2015-06-30 16:33:01 +01:00
versioning.md Add /en to Heroku guidelines link 2016-03-07 21:01:04 +01:00
views.md @api_view defaults to allowing GET 2014-11-28 15:55:02 +00:00
viewsets.md Add .partial_update to ModelViewSet documentation 2016-03-29 10:50:12 -06:00