| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-08 | Allow None filename on uploaded files | Tom Christie | |
| 2013-05-07 | Docs for FileUploadParser | Tom Christie | |
| 2013-05-04 | Raise ParseError if can't handle the uploaded file | Michael Elovskikh | |
| 2013-05-04 | Codebase improvements on FileUploadParser | Michael Elovskikh | |
| * Added docstrings. * Added `FileUploadParser.get_filename` to make it easier to override. * Added url kwargs filename detection step. * Updated tests corresponding to these changes. | |||
| 2013-05-03 | Added FileUploadParser refs #7 | Michael Elovskikh | |
| 2013-02-22 | Add forbid_dtd flag, since we don't need any DTDs. | Tom Christie | |
| 2013-02-22 | defusedxml for security fix. | Tom Christie | |
| As per: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html | |||
| 2013-02-04 | Fix 2.6 compat | Tom Christie | |
| 2013-02-04 | Deal with parser encodings properly | Tom Christie | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-04 | Don't use deprecated xml style | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-05 | deprecate simplejson | Juan Riaza | |
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2012-11-23 | 52 tests passing. Refactored a few string / byte io. | Xavier Ordoquy | |
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-10-17 | Added `media_type` to `.parse()` - Consistency with renderer API. | 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 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-14 | Documentation for parsers | Tom Christie | |
| 2012-10-05 | Remove Parser.can_handle_request() | Tom Christie | |
| 2012-09-26 | Bits of cleanup | Tom Christie | |
| 2012-09-20 | Remove dumbass __all__ variables | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
