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-02-28
Fix docstring formatting
Kevin Wood
2015-02-27
Updated CreateOnlyDefault to call set_context on its default (if callable)
Kevin Wood
2015-02-26
Add tests for callable attributes raising exceptions
Evan Heidtmann
2015-02-06
Minor cleanup
Tom Christie
2015-02-06
Add trim_whitespace to CharField #2517
José Padilla
2015-01-30
Merge master
Tom Christie
2015-01-23
Added DictField and support for HStoreField.
Tom Christie
2015-01-23
Added UUIDField.
Tom Christie
2015-01-09
Merge pull request #2373 from jakul/document-translations-3.1
Tom Christie
2015-01-08
update tests to expect new error messages
Craig Blaszczyk
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-02
update expected error messages in tests
Craig Blaszczyk
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
[next]