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
/
serializer.py
Age
Commit message (
Expand
)
Author
2013-04-10
First pass on automatically including reverse relationship
Tom Christie
2013-03-22
Merge pull request #744 from tomchristie/basic-bulk-edit
Tom Christie
2013-03-22
Test moved out of serializer.py into serializer_bulk_update
Tom Christie
2013-03-21
Default date/time fields now return python date/time objects again by default
Tom Christie
2013-03-19
Basic bulk create and bulk update
Tom Christie
2013-03-08
Py3k fixes.
Tom Christie
2013-03-08
Tweak implementation, and use FormSet style errors
Tom Christie
2013-03-08
Errors during deserializing lists now return a list of tuples with
Ian Dash
2013-03-01
Add drf settings + output format + testcases
Stephan Groß
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-26
Changed AttributeError to AssertionError
Danilo Bargen
2013-02-25
Show class name in exception message
Danilo Bargen
2013-02-25
Improved exception message for missing serializer model meta option
Danilo Bargen
2013-02-22
Fix and test for #645
Tom Christie
2013-02-22
Formatting
Tom Christie
2013-02-21
Add assertion in test
Yuri Prezument
2013-02-21
Failing test case for #669
Yuri Prezument
2013-02-12
Test for None in 'dotted.source' component.
Tom Christie
2013-02-12
Unicode literal fix
Tom Christie
2013-02-12
Test for #637.
Tom Christie
2013-02-12
Remove deprecated APIs from tests
Tom Christie
2013-02-11
Merge pull request #651 from fernandogrd/master
Tom Christie
2013-02-11
Make use o issubclass instead of isinstance (fix issue #645)
Fernando Rocha
2013-02-07
Allow serializers to handle dicts as well as objects. Fixes #447.
Tom Christie
2013-02-07
Use new style of `required=<bool>` not `blank` or `null`
Tom Christie
2013-02-07
Use new many=True relations style.
Tom Christie
2013-02-04
Merge branch 'master' into 2.2
Tom Christie
2013-02-04
Fix incorrect test name. Fixes #635
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-02-04
Merge branch 'py3k' into 2.2
Tom Christie
2013-02-01
3.2, 3.3 compat
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-30
Merge branch 'master' into many-fields
Tom Christie
2013-01-28
Ensure model field validation is performed for ModelSerializers with a custom...
Tom Christie
2013-01-26
Merge branch 'master' into many-fields
Tom Christie
2013-01-23
Add separate test for failed custom validation
Stephan Groß
2013-01-21
Add failed testcase for fieldvalidation
Stephan Groß
2013-01-18
Starting migration from ManyField to Field(many=True)
Tom Christie
2013-01-04
Validation errors instead of exceptions when serializers receive incorrect ty...
Tom Christie
2013-01-03
Merge pull request #541 from yprez/default_and_partial_serializers2
Tom Christie
2013-01-02
Fixed unicode errors.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-29
Merge pull request #515 from yprez/blank_fields_issue
Tom Christie
2012-12-25
Regression test for #532 - values overriden by "default" setting
Yuri Prezument
2012-12-19
Merge remote-tracking branch 'upstream/master' into related-required
Mark Aaron Shirley
2012-12-19
urls, patterns, include imports move to compat to support incoming 1.3 thru 1...
Tom Christie
2012-12-19
Failing test with partial serializer and foreign keys
Yuri Prezument
2012-12-17
Failing test case for #514
Yuri Prezument
2012-12-15
Added test for "positive_integer in choices tuple does not get parsed if not ...
Joel Marcotte
2012-12-12
Clean up field initialization. Fixes #497
Tom Christie
[next]