| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-17 | Fixed a typo | Brent O'Connor | |
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Expand permissions docs. Closes #2223. | Tom Christie | |
| 2014-12-17 | Cleanup extra newline | Tom Christie | |
| 2014-12-17 | Version 3.0.2 | Tom Christie | |
| 2014-12-17 | Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default | Tom Christie | |
| Fix empty HTML values when a default is provided. | |||
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Highlight trailing '.' in command so it wont be missed. | Tom Christie | |
| 2014-12-17 | Fix empty HTML values when a default is provided. | Tom Christie | |
| 2014-12-17 | Merge pull request #2291 from tomchristie/serializer-api-restrictions | Tom Christie | |
| Serializer API restrictions. | |||
| 2014-12-17 | Serializer API restrictions. | Tom Christie | |
| 2014-12-17 | str() -> six.text_type(). Closes #2290. | Tom Christie | |
| 2014-12-17 | Ensure request.auth is available to response middleware. | Tom Christie | |
| 2014-12-17 | Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request | Tom Christie | |
| Set authenticated user on wrapped request | |||
| 2014-12-17 | Merge pull request #2285 from tomchristie/versioning | Tom Christie | |
| Versioning | |||
| 2014-12-17 | More docs, plus 'ALLOWED_VERSIONS' setting. | Tom Christie | |
| 2014-12-16 | Minor comment tweak | Tom Christie | |
| 2014-12-16 | AcceptHeaderVersioning to return unicode strings. | Tom Christie | |
| 2014-12-16 | Added NamespaceVersioning | Tom Christie | |
| 2014-12-16 | Merge lateset version-3.1 | Tom Christie | |
| 2014-12-16 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-16 | Versioning first pass | Tom Christie | |
| 2014-12-16 | Add test integrated with middleware | Martin Maillard | |
| 2014-12-15 | Merge pull request #2282 from jpadilla/master | Kevin Brown | |
| Closes #2281 | |||
| 2014-12-15 | Closes #2281 | José Padilla | |
| 2014-12-15 | Minor test cleanup | Tom Christie | |
| 2014-12-15 | Merge master | Tom Christie | |
| 2014-12-15 | Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug | Tom Christie | |
| Use unicode internally everywhere for 'repr'. | |||
| 2014-12-15 | Remove erronous print | Tom Christie | |
| 2014-12-15 | Use unicode internally everywhere for 'repr' | Tom Christie | |
| 2014-12-15 | Merge pull request #2277 from NullSoldier/doc-fix | Tom Christie | |
| Documentation typo | |||
| 2014-12-15 | Doc typo | Jason Spafford | |
| 2014-12-15 | Merge pull request #2275 from NullSoldier/doc-fix | Tom Christie | |
| Tutorial text consistency for Requests and Responses | |||
| 2014-12-15 | Better messaging for 'Field.to_representation'. Closes #2271. | Tom Christie | |
| 2014-12-15 | Made docs consistent | Jason Spafford | |
| 2014-12-15 | Merge branch 'jpadilla-exception-handler-context' into version-3.1 | Tom Christie | |
| 2014-12-15 | Merge branch 'exception-handler-context' of ↵ | Tom Christie | |
| git://github.com/jpadilla/django-rest-framework into version-3.1 | |||
| 2014-12-15 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-15 | Merge branch 'exception-handler-context' of ↵ | Tom Christie | |
| git://github.com/jpadilla/django-rest-framework into jpadilla-exception-handler-context | |||
| 2014-12-15 | First pass at serializer repr bug | Tom Christie | |
| 2014-12-14 | Update excepteion_handler signature | José Padilla | |
| 2014-12-14 | Add get_exception_handler_context() | José Padilla | |
| 2014-12-14 | Reuse exception_handler variable throughout | José Padilla | |
| 2014-12-14 | Add pending deprecation warning message | José Padilla | |
| 2014-12-14 | Update docs | José Padilla | |
| 2014-12-14 | Remove test | José Padilla | |
| 2014-12-13 | Support handlers with and without context | José Padilla | |
| 2014-12-13 | Add context to exception handler #2236 | José Padilla | |
| Same context as renderers which include: the view, args, kwargs, and request. This provides enough contextual information to the exception handlers to handle errors better. In a use case like #1671, a custom handler would allow Sentry to log the request properly. | |||
| 2014-12-13 | Merge pull request #2269 from ↵ | Tom Christie | |
| bjacobel/bjacobel/documentation-pagination-readonlyfield Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility | |||
| 2014-12-13 | Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility | Brian Jacobel | |
| Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc | |||
