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-29
Rename test modules to 1.6 style
Tom Christie
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-24
Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...
Tom Christie
2013-05-23
simplified, moved field humanizing to Field. broken tests
Oscar Vilaplana
2013-05-20
Updated SlugField to raise validation errors for invalid slugs
David Jones
2013-05-19
fixed tests, added docs, renamed helper method
Oscar Vilaplana
2013-05-19
fixed merge conflict
Oscar Vilaplana
2013-05-19
* make test assertion more explicit
Nikolaus Schlemm
2013-05-19
s/Single Character/String/
Oscar Vilaplana
2013-05-19
Added tests, cleaned up imports
Oscar Vilaplana
2013-05-18
Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...
Nikolaus Schlemm
2013-05-18
added tests for form
Oscar Vilaplana
2013-05-18
Added humanized field names and types
Oscar Vilaplana
2013-05-18
Fix missing para..
Stephan Groß
2013-05-18
Add newline
Stephan Groß
2013-05-18
Add TestCases for default field values
Stephan Groß
2013-05-18
Temp commit for branch change ;-)
Stephan Groß
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