| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-13 | Compat fixes for django-oauth-plus versions 2.0-2.2.1 | Tom Christie | |
| 2013-12-13 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py | |||
| 2013-12-09 | Fix compat issues for #1231 | Tom Christie | |
| 2013-09-25 | Whitespace fix | Tom Christie | |
| 2013-09-25 | Drop 1.3 support | Tom Christie | |
| 2013-09-25 | Merge master | Tom Christie | |
| 2013-09-23 | Address pending deprecation of Model._meta.module_name in Django 1.6 | Markus Kaiserswerth | |
| 2013-09-06 | added guardian as optional requirement, stubbed out object-level permission ↵ | bwreilly | |
| class | |||
| 2013-08-21 | Tweak comment | Tom Christie | |
| 2013-08-21 | Updating 2.4.0 release notes | Tom Christie | |
| 2013-08-19 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| 2013-06-28 | Added APIRequestFactory | Tom Christie | |
| 2013-06-28 | Fix compat datetime import when oauth2 provide does not support timezone ↵ | Tom Christie | |
| aware datetimes | |||
| 2013-06-27 | Remove deprecated code | Tom Christie | |
| 2013-06-26 | Use timezone aware datetimes with oauth2 provider, when supported. Closes #947. | Tom Christie | |
| 2013-06-26 | Use AUTH_USER_MODEL consistently between various Django versions. Closes #946 | Tom Christie | |
| 2013-06-21 | Add support for StreamingHttpResponse. Closes #939 | Tom Christie | |
| 2013-05-18 | Move function to compat. | Ryan Kaskel | |
| 2013-05-05 | Merge branch 'master' into 2.3 | Tom Christie | |
| 2013-04-30 | Catch ImproperlyConfigured exception in compat.py (fixes #803) | Danilo Bargen | |
| 2013-04-23 | Merge remove-django-generics | Tom Christie | |
| 2013-04-10 | Fix 1.3 compat issue. Closes #780 | Tom Christie | |
| 2013-04-09 | Minor cleaning up on View | Tom Christie | |
| 2013-03-29 | Merge pull request #767 from tomchristie/fix-oauth2-token-only | Tom Christie | |
| Fix OAuth 2 token only | |||
| 2013-03-28 | Added force_text to compat | glic3rinu | |
| 2013-03-28 | Remove oauth2-provider backends reference from compat.py | Pierre Dulac | |
| 2013-03-12 | Clean up TokenHasReadWriteScope slightly | Tom Christie | |
| 2013-03-10 | Add TokenHasReadWriteScope class for permissions based on scopes | Pierre Dulac | |
| 2013-03-07 | Merge OAuth2 work. | Tom Christie | |
| 2013-03-07 | Merge & clean OAuth support | Tom Christie | |
| 2013-03-06 | Fix import errors | Pierre Dulac | |
| 2013-03-01 | Improve the `django-oauth2-provider` import block | Pierre Dulac | |
| to avoid naming collision with `oauth2` used for OAuth 1 | |||
| 2013-03-01 | Add the OAuth2Authentication class | Pierre Dulac | |
| 2013-02-26 | Move oauth2 and django-oauth-plus imports to compat and fix some minor issues | swistakm | |
| - alias oauth2 as oauth - remove rouge print - remove docstring markups - OAuthAuthentication.authenticate() now returns (user, token) two-tuple on success - don't set request.user because it's already set | |||
| 2013-02-22 | defusedxml for security fix. | Tom Christie | |
| As per: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html | |||
| 2013-02-14 | Added a serializer TimeField | Andreas Pelme | |
| 2013-02-06 | Purge naked excepts. | Marc Tamlyn | |
| Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes. | |||
| 2013-02-04 | Fix 2.6 compat | Tom Christie | |
| 2013-02-01 | Py3k cleanup | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-03 | Straight import is enough. | Xavier Ordoquy | |
| 2013-01-02 | Move the urlparse lib compatibility to the compat file. | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-30 | Merge branch 'master' of git://github.com/tomchristie/django-rest-framework ↵ | Andrew Hankinson | |
| into patch-support | |||
| 2012-12-19 | urls, patterns, include imports move to compat to support incoming 1.3 thru ↵ | Tom Christie | |
| 1.6 import compatability | |||
| 2012-12-16 | Add 'patch' http method support to the Django View object | Andrew Hankinson | |
| 2012-12-11 | Fix broken nested fields | Tom Christie | |
| 2012-11-23 | 52 tests passing. Refactored a few string / byte io. | Xavier Ordoquy | |
| 2012-11-22 | Fixed python2.7 compat issue. | Xavier Ordoquy | |
