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-05-18
Display an empty label into related fields if it isn't required
Pablo Recio
2013-05-18
Merge pull request #831 from brianz/master
Tom Christie
2013-05-18
Moved test model into closer to the testcase
Pablo Recio
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
add tests for related field source for RelatedField and PrimaryKeyRelatedFiel...
Craig de Stigter
2013-05-15
Test and fix which closes #652.
Tom Christie
2013-05-13
Allow for missing non-required nested objects.
Brian Zambrano
2013-04-30
Merge master
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-27
Changed DepthTest to have depth=2
JC
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
[next]