| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-01 | Py3k cleanup | 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-07 | Merged to latest master | Tom Christie | |
| 2013-01-03 | Move the various compat things to the compat module. | Xavier Ordoquy | |
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-20 | Added setter to the auth property | Mark Hughes | |
| 2012-11-24 | Added setter to user property | Mark Hughes | |
| 2012-11-23 | 52 tests passing. Refactored a few string / byte io. | Xavier Ordoquy | |
| 2012-11-22 | 6 first tests passes under python 3.2 | Xavier Ordoquy | |
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-11-13 | Implementing 401 vs 403 responses | Tom Christie | |
| 2012-10-27 | pep8 | Tom Christie | |
| 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 | 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-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-13 | Improve documentation for Requests | Tom Christie | |
| 2012-10-09 | Fix browseable API form display error for authenticated permissions | Tom Christie | |
| 2012-10-08 | Fix issue where required fields were not being properly validated. Also ↵ | Tom Christie | |
| make model fields with a default value be not required | |||
| 2012-10-08 | Fix fiddly content-overloading bug | Tom Christie | |
| 2012-10-05 | Remove Parser.can_handle_request() | Tom Christie | |
| 2012-09-28 | Remove support for doctests | Tom Christie | |
| 2012-09-26 | Add request.QUERY_PARAMS | Tom Christie | |
| 2012-09-20 | Remove dumbass __all__ variables | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
