aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_fields.py
AgeCommit message (Expand)Author
2014-03-02Support for running the test suite with py.testAndreas Pelme
2014-02-11Test and fix for #1210. World's lowest hanging fruit.Carlton Gibson
2013-11-27Add unittests for ChoiceField metadata.Ian Foote
2013-11-06Drop u'' prefix for python 3.x compatibilityMathieu Pillard
2013-11-05Improve handling of 'empty' values for ChoiceFieldMathieu Pillard
2013-08-29Make ChoiceField.from_native() follow IntegerField behaviour on empty valuesMathieu Pillard
2013-08-16Add test for BooleanField and requiredWill Kahn-Greene
2013-06-12Added test for custom fields with min_value and max_value validatorsMark Hughes
2013-06-05Fix up tests and toxTom Christie
2013-06-02Serializer field 'default' argument may be a callableTom Christie
2013-06-02Test cleanupTom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie