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
/
tests
/
test_fields.py
Age
Commit message (
Expand
)
Author
2015-01-23
Added DictField and support for HStoreField.
Tom Christie
2015-01-23
Added UUIDField.
Tom Christie
2014-12-20
Better behaviour with null and '' for blank HTML fields.
Tom Christie
2014-12-18
Drop print statements in tests
Tom Christie
2014-12-18
Fixes for behavior with empty HTML fields.
Tom Christie
2014-12-17
Fix empty HTML values when a default is provided.
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-11-19
Allow blank choices to render. Closes #2071.
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
2014-10-08
Support empty file fields
Tom Christie
2014-09-29
Absolute URLs for file fields
Tom Christie
2014-09-26
FileField and ImageField
Tom Christie
2014-09-26
Drop erronous print statements
Tom Christie
2014-09-26
Added ListField
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-09-25
Refuse to downcast from datetime to date or time
Tom Christie
2014-09-25
Check for redundant on SerializerMethodField
Tom Christie
2014-09-25
Ensure proper sorting of 'choices' attribute on ChoiceField
Tom Christie
2014-09-24
Enforce field_name != source
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-22
allow_blank, allow_null
Tom Christie
2014-09-22
Tests & tweaks for ChoiceField
Tom Christie
2014-09-22
Tests and tweaks for choice fields
Tom Christie
2014-09-22
More compat fixes
Tom Christie
2014-09-22
Support format=None for date/time fields
Tom Christie
2014-09-22
Tweaks to DecimalField
Tom Christie
2014-09-22
Fix compat issues
Tom Christie
2014-09-22
Tests and tweaks for text fields
Tom Christie
2014-09-22
Field tests and associated cleanup
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-05
Delete useless assert
Piotr Jakimiak
2014-09-05
Use Serializer instead of ModelSerializer
Piotr Jakimiak
2014-09-05
Check object in tests
Piotr Jakimiak
2014-09-05
Fix returning None when allow_none is True in CharField
Piotr Jakimiak
2014-09-02
Getting tests passing
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-19
Merge master
Tom Christie
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-03-02
Support for running the test suite with py.test
Andreas Pelme