| 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 quick fix for #1257 | Carlton Gibson | |
| 2013-12-16 | Merge branch 'nullbooleanfield_testcase' of ↵ | Tom Christie | |
| git://github.com/dpetzel/django-rest-framework into dpetzel-nullbooleanfield_testcase Conflicts: rest_framework/tests/test_serializer.py | |||
| 2013-12-16 | Fix expansion of writable nested serializers where the inner fields have ↵ | Craig de Stigter | |
| source set. | |||
| 2013-12-13 | Fix default values always being False for browsable API | Kevin Brown | |
| This fixes a bug that was introduced in 28ff6fb [1] for the browsable API, specifically with how it handled default values for boolean fields. Previously, it had a global default for boolean fields set to `False`, which was different than the standard None that was used elsewhere. Because this only needed to be done for the browsable API, a fix was put into place that only set the default to `False` when form data was passed into the serializer. This had the unintended side effect of overriding any default set on the boolean field. This fixes #1101 [2] by only overriding the default if the default is `None`, which is the default for all fields. [1]: https://github.com/tomchristie/django-rest-framework/commit/28ff6fb1ec02b7a04c4a0db54885f3735b6dd43f [2]: https://github.com/tomchristie/django-rest-framework/issues/1101 | |||
| 2013-12-06 | Raise appropriate error in serializer when making a partial update to set a ↵ | Chuck Harmston | |
| required RelatedField to null (issue #1158) | |||
| 2013-10-18 | add test case around ensuring proper field inference for boolean model field ↵ | dpetzel | |
| types | |||
| 2013-10-17 | Merge pull request #1112 from tamakisquare/issue-1111 | Tom Christie | |
| Test case and fix for issue 1111 | |||
| 2013-10-10 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-10 | Ensure read-only fields don't break with current HTML renderer behavior | Tom Christie | |
| 2013-10-09 | Merge pull request #1071 from craigds/field-transform-methods | Carlton Gibson | |
| Feature: add transform_<fieldname> methods to serializers | |||
| 2013-10-03 | add tests for transform_fieldname methods | Craig de Stigter | |
| 2013-09-20 | Correct typo in doc string. | Carlton Gibson | |
| 2013-09-20 | Clear cached serializer data on `save()` + test. Fixes #1116. | Carlton Gibson | |
| 2013-09-15 | [Add]: CustomValidationTests.test_partial_update | Colin Huang | |
| This test is to make sure that validate_<attrname> is not called when partial=True and <attrname> is not found in .data. | |||
| 2013-08-30 | Fix failing empty serializer test | Tom Christie | |
| 2013-08-30 | Drop broken placeholder serializations. | 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-21 | Fixed test | Pavel Zinovkin | |
| 2013-07-05 | Use 'force_text', not 'unicode', for compat across python version | Tom Christie | |
| 2013-07-04 | Remove 'Hold down "Control" ...' message from help_text | Andy Freeland | |
| When getting the help_text from a field where `many=True`, Django appends 'Hold down "Control", or "Command" on a Mac, to select more than one.' to the help_text. This makes some sense in Django's ModelForms, but no sense in the API. | |||
| 2013-06-04 | Test cases and fix for plain-list relationships (ie not queryset) Closes #878. | Tom Christie | |
| 2013-06-03 | Regression test for #840. Closes #840. | Tom Christie | |
| 2013-06-02 | Test cleanup | Tom Christie | |
| 2013-05-29 | Rename test modules to 1.6 style | Tom Christie | |
