| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-08 | GenericAPIView now applies filter_backend for list and retrieve api views | toran billups | |
| Before this commit only the MultipleObjectAPIView would apply a filter_backend, leaving the SingleObjectAPIView to return objects you might otherwise expect to have been filtered out. It's worth mentioning that when a SingleObjectAPIView makes a request for an object that should be excluded, a 404 is the expected result. | |||
| 2013-03-08 | Errors during deserializing lists now return a list of tuples with | Ian Dash | |
| index of bad item in data plus usual errors dict | |||
| 2013-03-07 | Merge OAuth2 work. | Tom Christie | |
| 2013-03-07 | Clean ups. | Tom Christie | |
| 2013-03-07 | Fix Py3k syntax errors | Tom Christie | |
| 2013-03-07 | Version 2.2.32.2.3 | Tom Christie | |
| 2013-03-07 | Fix broken `None` value for `TimeField`. | Tom Christie | |
| Refs #707. | |||
| 2013-03-07 | Merge & clean OAuth support | Tom Christie | |
| 2013-03-06 | Patched DateField and DateTimeField to check for None values before trying ↵ | Kevin Stone | |
| to perform date(time) conversion. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-03-06 | Added failing test cases for giving a DateField or DateTimeField a None ↵ | Kevin Stone | |
| value to serialize. Signed-off-by: Kevin Stone <kevinastone@gmail.com> | |||
| 2013-03-06 | Fix import errors | Pierre Dulac | |
| 2013-03-06 | Only add the django-oauth2-provider apps if the module is installed | Pierre Dulac | |
| otherwise log a warning | |||
| 2013-03-06 | Version 2.2.22.2.2 | Tom Christie | |
| 2013-03-06 | Clean ups to datetime formatting | Tom Christie | |
| 2013-03-05 | Merge datetime formats | Tom Christie | |
| 2013-03-04 | Update migration | Stephan Groß | |
| 2013-03-04 | Update migration | Stephan Groß | |
| 2013-03-04 | Fix fix migrate authtoken | Stephan Groß | |
| 2013-03-04 | Fix authtoken migration | Stephan Groß | |
| 2013-03-04 | Modified to allow form overloading to take precedence over header. | Dave Kuhn | |
| 2013-03-02 | Properly fail to wrong Authorization token type | Pierre Dulac | |
| 2013-03-02 | Add new OAuth2 tests | Pierre Dulac | |
| 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 | 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 | 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 | Clean up some print and comments | 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 the OAuth2Authentication class | 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 | 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 | `assertEquals` -> `assertEqual` | Tom Christie | |
| 2013-02-27 | import compat version of unittest | swistakm | |
| 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 | |||
| 2013-02-26 | OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed. | swistakm | |
| 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-26 | Changed AttributeError to AssertionError | Danilo Bargen | |
