| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-13 | Version 2.2.42.2.4 | Tom Christie | |
| 2013-03-13 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-03-13 | Use django-filter 0.6a1 and add database query count tests for paginated, ↵ | Tom Christie | |
| filtered lists. | |||
| 2013-03-13 | Fix duplicated database queries for paginated lists. | Tom Christie | |
| Closes #713. | |||
| 2013-03-13 | Merge branch 'num-query-checking' of ↵ | Tom Christie | |
| https://github.com/mjtamlyn/django-rest-framework | |||
| 2013-03-12 | Merge pull request #723 from mjumbewu/multitable-inheritance | Tom Christie | |
| Use parent's primary key when model is derived via multitable inheritance | |||
| 2013-03-12 | Only honor X-HTTP-Method-Override for POST requests. | Tom Christie | |
| 2013-03-12 | Merge pull request #695 from kuhnza/master | Tom Christie | |
| Support for X-HTTP-Method-Override Header | |||
| 2013-03-12 | Tweak | Tom Christie | |
| 2013-03-12 | Clean up TokenHasReadWriteScope slightly | Tom Christie | |
| 2013-03-12 | Merge master | Tom Christie | |
| 2013-03-12 | Added test for X-HTTP-Method-Override header | Dave Kuhn | |
| 2013-03-11 | Further group model inheritance tests | Mjumbe Wawatu Ukweli | |
| 2013-03-11 | Group the model-inheritance-related tests together | Mjumbe Wawatu Ukweli | |
| 2013-03-11 | Simplify inherited child check to not use isinstance | Mjumbe Wawatu Ukweli | |
| 2013-03-11 | Use parent's primary key when model is derived via multitable inheritance | Mjumbe Wawatu Ukweli | |
| 2013-03-10 | Fixed #720 | Bouke Haarsma | |
| 2013-03-10 | Failing test to show problem of #720 | Bouke Haarsma | |
| 2013-03-10 | Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1 | Pierre Dulac | |
| 2013-03-10 | Add TokenHasReadWriteScope class for permissions based on scopes | Pierre Dulac | |
| 2013-03-09 | Serializers support bulk create. | Tom Christie | |
| 2013-03-08 | Neater override hooks and more docs for DjangoModelPermissions. | Tom Christie | |
| Refs #702. | |||
| 2013-03-08 | Fix crazy typo. | Tom Christie | |
| 2013-03-08 | Merge | Tom Christie | |
| 2013-03-08 | Fixes for auth header checking. | Tom Christie | |
| 2013-03-08 | Py3k fixes. | Tom Christie | |
| 2013-03-08 | Tweak implementation, and use FormSet style errors | Tom Christie | |
| 2013-03-08 | Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework ↵ | Tom Christie | |
| into list-deserialization | |||
| 2013-03-08 | authtoken abstract if not installed. | Tom Christie | |
| Fixes #705. | |||
| 2013-03-08 | More bits of cleanup | Tom Christie | |
| 2013-03-08 | Add some simple numQueries tests. | Marc Tamlyn | |
| 2013-03-08 | Correcy typo. | Marc Tamlyn | |
| 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ß | |
