| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-09 | Docs polishing. | Tom Christie | |
| 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 | Update release notes | Tom Christie | |
| 2013-03-08 | Merge pull request #716 from tomchristie/list-deserialization | Tom Christie | |
| List deserialization | |||
| 2013-03-08 | Py3k fixes. | Tom Christie | |
| 2013-03-08 | Added @bitmonkey. Thanks! | Tom Christie | |
| For work on handling errors when deserializing lists of objects. | |||
| 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 | Docs on per-object filtering | Tom Christie | |
| 2013-03-08 | Added @dulaccc. | Tom Christie | |
| For the awesome OAuth 2 support in #693. | |||
| 2013-03-08 | More bits of cleanup | Tom Christie | |
| 2013-03-08 | Merge pull request #711 from toranb/master | Tom Christie | |
| GenericAPIView now applies filter_backend for list and retrieve api views | |||
| 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 | Tweak docs | Tom Christie | |
| 2013-03-07 | Update docs for OAuth 2.0 | Tom Christie | |
| 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-07 | Merge pull request #708 from kevinastone/master | Tom Christie | |
| Fixed DateField with Empty Values (Fixes #707) | |||
| 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 | Merge pull request #706 from markotibold/clean-install | Tom Christie | |
| Prevent warning: no files found matching '*.txt' under directory | |||
| 2013-03-06 | Update the package dependency url style in tox.ini | Pierre Dulac | |
| 2013-03-06 | Fix import errors | Pierre Dulac | |
| 2013-03-06 | Prevent warning: no files found matching '*.txt' under directory | Marko Tibold | |
| 'rest_framework/templates' (there are only .html files in the templates directory). | |||
| 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-06 | Only add the django-oauth2-provider apps if the module is installed | Pierre Dulac | |
| otherwise log a warning | |||
| 2013-03-06 | Use the PyPI django-oauth2-provider version | Pierre Dulac | |
| 2013-03-06 | Tweak travis badge positioning. | Tom Christie | |
| 2013-03-06 | Version 2.2.22.2.2 | Tom Christie | |
| 2013-03-06 | Add tox note. | Tom Christie | |
| 2013-03-06 | Merge pull request #703 from tomchristie/datetime-formats | Tom Christie | |
| Datetime formats | |||
| 2013-03-06 | Add `tox` note. | Tom Christie | |
| 2013-03-06 | Clean ups to datetime formatting | Tom Christie | |
| 2013-03-05 | Updating docs | Tom Christie | |
| 2013-03-05 | Merge datetime formats | Tom Christie | |
| 2013-03-05 | Add @iekadou for #700 support. thanks! | Stephan Groß | |
| 2013-03-05 | Fix typo | Stephan Groß | |
| 2013-03-05 | Docs tweak. | Tom Christie | |
| 2013-03-05 | Minor docs tweak | Tom Christie | |
| 2013-03-05 | Merge pull request #700 from minddust/migration_fix | Stephan Groß | |
| Fix authtoken migration | |||
| 2013-03-04 | Update migration | Stephan Groß | |
| 2013-03-04 | Update migration | Stephan Groß | |
