| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-21 | Add support for StreamingHttpResponse. Closes #939 | Tom Christie | |
| 2013-06-07 | Set the args and kwargs before initializing the request. | Ethan Fremen | |
| Allows get_parser_context to function correctly. Signed-off-by: Ethan Fremen <ethan@matterport.com> | |||
| 2013-06-06 | Never deepcopy validators. Closes #913 | Tom Christie | |
| 2013-05-24 | Clean up OPTIONS implementation | Tom Christie | |
| 2013-05-23 | simplified, moved field humanizing to Field. broken tests | Oscar Vilaplana | |
| 2013-05-19 | fixed tests, added docs, renamed helper method | Oscar Vilaplana | |
| 2013-05-19 | Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' ↵ | Nikolaus Schlemm | |
| into issue-192-expose-fields-for-options | |||
| 2013-05-19 | Added tests, cleaned up imports | Oscar Vilaplana | |
| 2013-05-19 | use double quotes for docstring instead of single quotes | Nikolaus Schlemm | |
| 2013-05-19 | don't expose fields for GET and DELETE - leaving room for parameters like ↵ | Nikolaus Schlemm | |
| e.g. filter or paginate | |||
| 2013-05-19 | WORKAROUND: avoid errors like "AttributeError: 'APIRoot' object has no ↵ | Nikolaus Schlemm | |
| attribute 'get_serializer'" | |||
| 2013-05-19 | Integrated status quo of grimborg's awesome humanize_field() for exposing ↵ | Nikolaus Schlemm | |
| field metadata via OPTIONS :) | |||
| 2013-05-18 | Merge branch 'issue-192-expose-fields-for-options' of ↵ | Nikolaus Schlemm | |
| git://github.com/grimborg/django-rest-framework into issue-192-expose-fields-for-options Conflicts: rest_framework/tests/fields.py | |||
| 2013-05-18 | Added humanized field names and types | Oscar Vilaplana | |
| 2013-05-18 | HEAD and OPTIONS should not be exposed as actions as discussed in ↵ | Nikolaus Schlemm | |
| https://github.com/nschlemm/django-rest-framework/commit/a42afa04c38afe25c9032b8ce37b572678b02cf1#commitcomment-3241476 | |||
| 2013-05-18 | only catch relevant exceptions ;) | Nikolaus Schlemm | |
| 2013-05-18 | expose the fields metadata via OPTIONS as described in ↵ | Nikolaus Schlemm | |
| https://github.com/tomchristie/django-rest-framework/issues/192 missing: - get fields for method (currently all the same) - tests - right placement of code | |||
| 2013-04-25 | Cleanup docstrings | Tom Christie | |
| 2013-04-23 | Merge remove-django-generics | Tom Christie | |
| 2013-04-16 | Explicit error if dev does not return a response from the view | Tom Christie | |
| 2013-04-09 | Minor cleaning up on View | Tom Christie | |
| 2013-04-04 | Factor view names/descriptions out of View class | 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-22 | Py3/2 compat fixes for uncode view names/descriptions | Tom Christie | |
| 2013-02-22 | Fixed UnicodeDecodeError on get_name and get_description methods | Michael Elovskikh | |
| 2013-02-20 | Fix docstring | Tom Christie | |
| 2013-02-15 | Drop unused import. | Tom Christie | |
| 2013-02-12 | Tidy up internal view permission checking logic. | Tom Christie | |
| Also document correctly - these methods are now public and will fall under the deprecation policy from now on. | |||
| 2013-02-12 | New style object-level permission checks | Tom Christie | |
| 2013-02-06 | Purge naked excepts. | Marc Tamlyn | |
| Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes. | |||
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-01-21 | WWW-Authenticate responses | Tom Christie | |
| 2013-01-07 | Merged to latest master | Tom Christie | |
| 2012-11-14 | fixed some typos | Stephan Groß | |
| 2012-11-13 | Implementing 401 vs 403 responses | Tom Christie | |
| 2012-11-06 | Support for HTML error templates. Fixes #319. | Tom Christie | |
| 2012-10-30 | Fix some typos. | Marko Tibold | |
| 2012-10-17 | Make settings consistent with corrosponding view attributes | Tom Christie | |
| 2012-10-17 | Negotiation API finalized. .select_renderers and .select_parsers | Tom Christie | |
| 2012-10-17 | parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵ | Tom Christie | |
| and `upload_handlers`) Consistency with renderer API. | |||
| 2012-10-17 | Drop .parse_string_or_stream() - keep API minimal. | Tom Christie | |
| 2012-10-15 | Explicit CSRF failure message. Fixes #60. | Tom Christie | |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-10 | Make sure JSON output in Browseable API is nicely indented | Tom Christie | |
| 2012-10-10 | Permissions and throttles no longer have a view attribute on self. ↵ | Tom Christie | |
| Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) | |||
| 2012-10-09 | Function based views get proper naming in browseable API | Tom Christie | |
| 2012-10-08 | Add RetrieveDestroyAPIView and remove Metadata mixin | Tom Christie | |
| 2012-10-05 | Remove Parser.can_handle_request() | Tom Christie | |
| 2012-10-05 | Tweak view slightly | Tom Christie | |
