| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-18 | Improve wording. | Carlton Gibson | |
| 2014-08-18 | Alter other reference to migrations. | Carlton Gibson | |
| 2014-08-18 | Updated docs for South v1.0 | Carlton Gibson | |
| 2014-06-24 | Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559 | Carlton Gibson | |
| Conflicts: docs/topics/release-notes.md | |||
| 2014-06-24 | Added (first pass) notes to docs & release notes. Backed out ↵ | Carlton Gibson | |
| `SOUTH_MIGRATION_MODULES` setting from `rest_framework.settings` | |||
| 2014-05-29 | Note on configuring TokenAuthentication | Tom Christie | |
| 2014-02-28 | Adds HawkREST to 3rd party auth docs | Kumar McMillan | |
| 2014-02-28 | Fix trailing whitespace | Kumar McMillan | |
| Sorry, my editor does this automatically | |||
| 2014-02-20 | include djangorestframework-httpsignature in the docs | Elvio Toccalino | |
| 2014-01-18 | Include the djangorestframework-jwt package | José Padilla | |
| 2013-12-11 | Use get_user_model instead of User in Generating Tokens example | OddBloke | |
| Because that's a better way of doing it. | |||
| 2013-12-11 | Add full required imports to Generating Tokens example | OddBloke | |
| Previously we were missing User and post_save. | |||
| 2013-10-31 | Updated OAuth2 authentication docs. | erkarl | |
| 2013-09-02 | Changed DOAC documentation link | Kevin Brown | |
| 2013-08-21 | Include import paths throughout docs. | Tom Christie | |
| Closes #1051. Thanks to @pydanny for the report. | |||
| 2013-07-29 | Minor typo fix | James Rutherford | |
| 2013-07-29 | Updated authtoken docs to mention south migrations | James Rutherford | |
| 2013-07-29 | Docs about migrations and `post_save`. | Tom Christie | |
| Documentation detailing requirement to migrate prior to running `createsuperuser` if using an authtoken `post_save` signal. Closes #987. Thanks to @yprez. | |||
| 2013-07-02 | Fix broken link by hacking around md->html translating | Tom Christie | |
| 2013-07-01 | Tweak text | Tom Christie | |
| 2013-07-01 | Capitalization on OAuth | Tom Christie | |
| 2013-07-01 | Added Django OAuth2 Consumer package | Tom Christie | |
| 2013-06-17 | Add Django OAuth Toolkit to docs | Tom Christie | |
| 2013-06-03 | request.user should be still be accessible in renderer context if ↵ | Tom Christie | |
| authentication fails | |||
| 2013-05-28 | Fix md formatting and typos | Stephan Groß | |
| 2013-04-26 | Adding 'view or viewset' to docs appropriate. | Tom Christie | |
| 2013-04-11 | Remove redundant text. | Victor Shih | |
| 2013-03-30 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-03-28 | Note on using curl with token auth | Tom Christie | |
| 2013-03-27 | Complete remove of client checks from oauth2 | Fernando Rocha | |
| Signed-off-by: Fernando Rocha <fernandogrd@gmail.com> | |||
| 2013-03-09 | Docs polishing. | Tom Christie | |
| 2013-03-07 | Tweak docs | Tom Christie | |
| 2013-03-07 | Merge OAuth2 work. | Tom Christie | |
| 2013-03-07 | Merge & clean OAuth support | Tom Christie | |
| 2013-03-06 | Update the documentation | Pierre Dulac | |
| with a warning for incompatibility with Python 3 and taking @tomchristie advice into account on how to reformulate some sentences | |||
| 2013-03-05 | Fix typo | Stephan Groß | |
| 2013-03-05 | Docs tweak. | Tom Christie | |
| 2013-03-05 | Minor docs tweak | Tom Christie | |
| 2013-03-04 | Add note for using authtoken with custom django user model and south | Stephan Groß | |
| 2013-03-01 | Use the correct doc link style | Pierre Dulac | |
| 2013-03-01 | Merge branch 'master' into oauth2-authentication | Pierre Dulac | |
| Conflicts: rest_framework/tests/authentication.py | |||
| 2013-03-01 | Add OAuth2Authentication documentation | Pierre Dulac | |
| 2013-02-28 | Auth is no longer lazy. Closes #667. | Tom Christie | |
| More consistent auth failure behavior. | |||
| 2013-02-27 | rfc5849 link with anchor | swistakm | |
| 2013-02-25 | add OAuthAuthentication documentation stub | swistakm | |
| 2013-02-23 | method fix for custom authentication | Ryan Detzel | |
| 2013-02-12 | Notes on creating a custom `obtain_auth_token` view. Fixes #641. | Tom Christie | |
| 2013-02-07 | Add link to djangorestframework-digestauth | Tom Christie | |
| 2013-01-28 | fix mistake in docs | swistakm | |
| 2013-01-28 | Merge branch 'upstream_master' into docs_patch_method | Michael Elovskikh | |
| Conflicts: docs/api-guide/authentication.md | |||
