index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
tests
/
test_fields.py
Age
Commit message (
Expand
)
Author
2014-05-20
Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value
Tom Christie
2014-05-09
Merge pull request #1564 from alumni/master
Carlton Gibson
2014-05-08
Updated failing test from #1575
Carlton Gibson
2014-05-06
Added test case to check if the proper attributes are set on html widgets.
Lucian Mocanu
2014-04-16
Allow customising ChoiceField blank display value
Ian Foote
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
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
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
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