| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-21 | Make ReturnDict cachable. Closes #2360. | Tom Christie | |
| 2015-01-05 | required=False allows omission of value for output. Closes #2342 | Tom Christie | |
| 2014-12-15 | Use unicode internally everywhere for 'repr' | Tom Christie | |
| 2014-12-13 | Fix test for python2/3 compat | Tom Christie | |
| 2014-12-13 | Better errors when serializer has incorrectly named field. | Tom Christie | |
| 2014-11-28 | Drop defunct tests | Tom Christie | |
| 2014-10-22 | .validate() can raise field errors or non-field errors | Tom Christie | |
| 2014-09-26 | Allow many, partial and context in BaseSerializer | Tom Christie | |
| 2014-09-26 | request.data attribute | Tom Christie | |
| 2014-09-25 | Partial support | Tom Christie | |
| 2014-09-03 | More test passing | Tom Christie | |
| 2014-09-02 | Add relations and get tests running | Tom Christie | |
| 2014-08-19 | Resolve linting issues | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-07-26 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: rest_framework/fields.py | |||
| 2014-05-01 | Merge remote-tracking branch 'reference/2.4.0' into feature/pytest | Xavier Ordoquy | |
| Conflicts: rest_framework/runtests/urls.py tests/test_response.py tox.ini | |||
| 2014-04-30 | Merge remote-tracking branch 'reference/master' into feature/pytest | Xavier Ordoquy | |
| Conflicts: tests/test_serializer.py | |||
| 2014-04-17 | Merge remote-tracking branch 'pelme/pytest' into feature/pytest | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/runtests/runtests.py tests/test_filters.py tests/test_pagination.py tox.ini | |||
| 2014-03-02 | Support for running the test suite with py.test | Andreas Pelme | |
| * Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test | |||
