| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2014-02-11 | Test and fix for #1210. World's lowest hanging fruit. | Carlton Gibson | |
| 2013-11-27 | Add unittests for ChoiceField metadata. | Ian Foote | |
| Rename 'name' to 'display_name'. | |||
| 2013-11-06 | Drop u'' prefix for python 3.x compatibility | Mathieu Pillard | |
| 2013-11-05 | Improve handling of 'empty' values for ChoiceField | Mathieu Pillard | |
| The empty value defaults back to '' (for backwards-compatibility) but is changed automatically to None for ModelSerializers if the `null` property is set on the db field. | |||
| 2013-08-29 | Make ChoiceField.from_native() follow IntegerField behaviour on empty values | Mathieu Pillard | |
| 2013-08-16 | Add test for BooleanField and required | Will Kahn-Greene | |
| This tests setting required=True on a BooleanField. Test for issue #1004. | |||
| 2013-06-12 | Added test for custom fields with min_value and max_value validators | Mark Hughes | |
| 2013-06-05 | Fix up tests and tox | Tom Christie | |
| 2013-06-02 | Serializer field 'default' argument may be a callable | Tom Christie | |
| 2013-06-02 | Test cleanup | Tom Christie | |
| 2013-05-29 | Rename test modules to 1.6 style | Tom Christie | |
