| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-30 | Merge master | Tom Christie | |
| 2015-01-23 | Pass {} as data to DataAndFiles, as it ends up in a MergeDict | Alexander Dutton | |
| In the same vein as #2399. | |||
| 2015-01-23 | Merge master | Tom Christie | |
| 2015-01-23 | More graceful handling of malformed Content-Disposition | Tom Christie | |
| 2015-01-19 | Merge master | Tom Christie | |
| 2015-01-10 | Make FileUploadParser work with standard django API | Ask Holme | |
| Output from parsers ends up in a Django MergeDict and they exists elements to be dicts - not None | |||
| 2014-12-12 | Merge master | Tom Christie | |
| 2014-12-04 | Removed custom urlparse compat | Tymur Maryokhin | |
| 2014-12-04 | Removed custom StringIO, force_text, smart_text compat | Tymur Maryokhin | |
| 2014-12-03 | Merge | Tom Christie | |
| 2014-12-02 | FileUploadParser. Raising StopFutureHandlers removes any handlers not yet ↵ | Tom Christie | |
| run for the active set. Closes #2109. | |||
| 2014-11-29 | Remove XML support from core | José Padilla | |
| 2014-11-29 | Remove YAML support from core | José Padilla | |
| 2014-10-01 | Use six.text_type instead of str everywhere | Tom Christie | |
| 2014-09-12 | UNICODE_JSON and COMPACT_JSON settings | Tom Christie | |
| 2014-09-05 | Refactor disposition unpacking for clarity | Jason Bittel | |
| 2014-09-05 | Fix encoded filename parsing to allow for lang | Jason Bittel | |
| 2014-09-05 | Refactor encoded filename feature per #1531 | Jason Bittel | |
| 2014-09-05 | Removed use encoding available only in py3 | Vladislav Vlastovskiy | |
| 2014-09-05 | Added get filename as encoded | Vladislav Vlastovskiy | |
| This filename described in RFC 6266 | |||
| 2014-08-19 | Drop six from compat. 1.4.2 is now the lowest supported version. | Tom Christie | |
| 2014-04-14 | Fixed convert bytes to str | Vladislav Vlastovskiy | |
| Use compact function for convert | |||
| 2014-04-14 | Fixed return type | Vladislav Vlastovskiy | |
| From bytes to str | |||
| 2014-04-14 | Fixed parse file name | Vladislav Vlastovskiy | |
| 2013-10-31 | Fixed exception handling with YAML and XML parsers. | Rob Hudson | |
| 2013-08-29 | Fix multipart error when used via content-type overloading | Tom Christie | |
| 2013-08-28 | Simplifying raw data renderering support | Tom Christie | |
| 2013-08-27 | First hacky pass at displaying raw data | Tom Christie | |
| 2013-07-04 | Update parser docstrings. Closes #968. | Tom Christie | |
| 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 | |
