aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/test_fields.py
AgeCommit message (Expand)Author
2014-05-20Merge pull request #1536 from Ian-Foote/choicefield_blank_display_valueTom Christie
2014-05-09Merge pull request #1564 from alumni/masterCarlton Gibson
2014-05-08Updated failing test from #1575Carlton Gibson
2014-05-06Added test case to check if the proper attributes are set on html widgets.Lucian Mocanu
2014-04-16Allow customising ChoiceField blank display valueIan Foote
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