| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-03 | Support for X-HTTP-Method-Override header | Dave Kuhn | |
| 2013-03-01 | Use django.utils to import the unittest module | Pierre Dulac | |
| for a cross python versions compatibility | |||
| 2013-03-01 | Add django-oauth2-provider to .travis.yml | Pierre Dulac | |
| 2013-03-01 | Fix for django 1.3 compatibility | Stephan Groß | |
| 2013-03-01 | Add none testcases to date, datetime, time | Stephan Groß | |
| 2013-03-01 | Add format class attributes | Stephan Groß | |
| 2013-03-01 | Merge branch 'datevalidation_2' of ↵ | Stephan Groß | |
| https://github.com/minddust/django-rest-framework into datevalidation_2 Conflicts: rest_framework/tests/filterset.py | |||
| 2013-03-01 | Update docs | Stephan Groß | |
| 2013-03-01 | Add new ISO8601 setting + integration | Stephan Groß | |
| 2013-03-01 | Add docs update - part 1 | Stephan Groß | |
| 2013-03-01 | Add drf settings + output format + testcases | Stephan Groß | |
| 2013-03-01 | Fix for python 3 support | Stephan Groß | |
| 2013-03-01 | Fix for python 3 support - thanks @Linovia | Stephan Groß | |
| 2013-03-01 | Add better date / datetime validation (pull 2) | Stephan Groß | |
| addition to #631 with update to master + timefield support | |||
| 2013-03-01 | Update docs | Stephan Groß | |
| 2013-03-01 | Add new ISO8601 setting + integration | Stephan Groß | |
| 2013-03-01 | Add docs update - part 1 | Stephan Groß | |
| 2013-03-01 | Add drf settings + output format + testcases | Stephan Groß | |
| 2013-03-01 | Clean up some print and comments | Pierre Dulac | |
| 2013-03-01 | Use the correct doc link style | 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 | Merge branch 'master' into oauth2-authentication | Pierre Dulac | |
| Conflicts: rest_framework/tests/authentication.py | |||
| 2013-03-01 | fix function names and dotted lookups for use in ↵ | Craig de Stigter | |
| PrimaryKeyRelatedField.field_to_native (they work in RelatedField.field_to_native already) | |||
| 2013-03-01 | Add OAuth2Authentication documentation | Pierre Dulac | |
| 2013-03-01 | Add the OAuth2Authentication class | Pierre Dulac | |
| 2013-03-01 | Add django-oauth2-provider to optionals.txt | Pierre Dulac | |
| 2013-03-01 | Add django-oauth2-provider to the installed apps | Pierre Dulac | |
| 2013-03-01 | Add tests for OAuth2 authentication | Pierre Dulac | |
| 2013-02-28 | Release notes | Tom Christie | |
| 2013-02-28 | Auth is no longer lazy. Closes #667. | Tom Christie | |
| More consistent auth failure behavior. | |||
| 2013-02-28 | Drop unused import | Tom Christie | |
| 2013-02-28 | Move ModelSerializer field_mapping into an attribute for easier overriding. | Tom Christie | |
| 2013-02-27 | Fix out of date docstrings. Closes #689. | Tom Christie | |
| 2013-02-27 | Use plularized URLs for better consistency. | Tom Christie | |
| Closes #684. | |||
| 2013-02-27 | Merge pull request #692 from tomchristie/django1.5 | Tom Christie | |
| Django 1.5 | |||
| 2013-02-27 | `assertEquals` -> `assertEqual` | Tom Christie | |
| 2013-02-27 | Update for Django 1.5 | Tom Christie | |
| 2013-02-27 | rfc5849 link with anchor | swistakm | |
| 2013-02-27 | import compat version of unittest | swistakm | |
| 2013-02-27 | oauth2 & django-oauth-plus installed only on 2.x | swistakm | |
| 2013-02-26 | More consistent examples | Tom Christie | |
| 2013-02-26 | Tweaks | Tom Christie | |
| 2013-02-26 | Merge pull request #681 from dbrgn/format_suffixes_docs | Tom Christie | |
| Added function type detail to format suffix docs | |||
| 2013-02-26 | Merge pull request #683 from dbrgn/serializer_exception_msg | Tom Christie | |
| Improved exception message for missing serializer model meta option | |||
| 2013-02-26 | Add @waa for #687 thanks! | Stephan Groß | |
| 2013-02-26 | Merge pull request #687 from wiliamsouza/master | Stephan Groß | |
| Fix a small typo in docs | |||
| 2013-02-26 | Fixed a typo WritableField field name in docs | Wiliam Souza | |
| 2013-02-26 | Fix for python 3 support | Stephan Groß | |
| 2013-02-26 | Fix for python 3 support - thanks @Linovia | Stephan Groß | |
| 2013-02-26 | runtest.settings fixed if django-oauth-plus or oauth2 are not installed | swistakm | |
| oauth_provider can be added to INSTALLED_APPS only if these packages are installed | |||
