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
/
fields.py
Age
Commit message (
Expand
)
Author
2013-05-18
Merge branch 'master' into 725-blank-choice-dash
Pablo Recio
2013-05-18
Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required
Pablo Recio
2013-05-18
serializers.Field respects ordering on dicts if it exists. Closes #832
Tom Christie
2013-04-15
Return Decimal instance instead of string
Stephan Groß
2013-04-15
Fix unicodes
Stephan Groß
2013-04-15
Add DecimalField support
Stephan Groß
2013-03-21
Default date/time fields now return python date/time objects again by default
Tom Christie
2013-03-06
Added failing test cases for giving a DateField or DateTimeField a None value...
Kevin Stone
2013-03-06
Clean ups to datetime formatting
Tom Christie
2013-03-01
Add none testcases to date, datetime, time
Stephan Groß
2013-03-01
Add new ISO8601 setting + integration
Stephan Groß
2013-03-01
Add drf settings + output format + testcases
Stephan Groß
2013-03-01
Fix for python 3 support
Stephan Groß
2013-03-01
Add better date / datetime validation (pull 2)
Stephan Groß
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-14
Added a serializer TimeField
Andreas Pelme
2013-02-04
Cleanup imports
Tom Christie
2013-01-15
Update docstrings
Tom Christie
2013-01-12
PK fields should only be read-only if they are an AutoField. Fixes #563
Tom Christie
2013-01-12
auto_now and auto_now_add fields should be read only by default
Tom Christie
2013-01-04
Rename module for basic relational field tests
Tom Christie
2013-01-03
Fix for #446. Note: Also needs applying to other relational types.
Tom Christie