| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-29 | Removed router check for deprecated '.model' attribute | Tymur Maryokhin | |
| 2014-12-28 | Support namespaced router URLs with DefaultRouter. | Tom Christie | |
| 2014-12-28 | Drop unused import | Tom Christie | |
| 2014-12-28 | Remove broken test. Closes #2359. | Tom Christie | |
| 2014-12-19 | Merge pull request #2010 from tanwanirahul/master | Tom Christie | |
| Ability to customize method names without creating a custom router | |||
| 2014-12-19 | Updated tests to use url_path attribute in list and detail decorators | tanwanirahul | |
| 2014-11-03 | Tests for validating custom_method_name router attribute | tanwanirahul | |
| 2014-09-19 | Merge branch 'master' into version-3.0 | Tom Christie | |
| 2014-09-18 | get_base_field() refactor | Tom Christie | |
| 2014-09-11 | Added DefaultRouter support (and test) for viewsets without the default ↵ | Marek Skrajnowski | |
| action implemented, which is usually the list action. | |||
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 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-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 | |||
