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
/
test_serializer.py
Age
Commit message (
Expand
)
Author
2014-03-02
Support for running the test suite with py.test
Andreas Pelme
2014-02-11
Test and quick fix for #1257
Carlton Gibson
2013-12-16
Merge branch 'nullbooleanfield_testcase' of git://github.com/dpetzel/django-r...
Tom Christie
2013-12-16
Fix expansion of writable nested serializers where the inner fields have sour...
Craig de Stigter
2013-12-13
Fix default values always being False for browsable API
Kevin Brown
2013-12-06
Raise appropriate error in serializer when making a partial update to set a r...
Chuck Harmston
2013-10-18
add test case around ensuring proper field inference for boolean model field ...
dpetzel
2013-10-17
Merge pull request #1112 from tamakisquare/issue-1111
Tom Christie
2013-10-10
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-10-10
Ensure read-only fields don't break with current HTML renderer behavior
Tom Christie
2013-10-09
Merge pull request #1071 from craigds/field-transform-methods
Carlton Gibson
2013-10-03
add tests for transform_fieldname methods
Craig de Stigter
2013-09-20
Correct typo in doc string.
Carlton Gibson
2013-09-20
Clear cached serializer data on `save()` + test. Fixes #1116.
Carlton Gibson
2013-09-15
[Add]: CustomValidationTests.test_partial_update
Colin Huang
2013-08-30
Fix failing empty serializer test
Tom Christie
2013-08-30
Drop broken placeholder serializations.
Tom Christie
2013-08-28
Simplifying raw data renderering support
Tom Christie
2013-08-27
First hacky pass at displaying raw data
Tom Christie
2013-07-21
Fixed test
Pavel Zinovkin
2013-07-05
Use 'force_text', not 'unicode', for compat across python version
Tom Christie
2013-07-04
Remove 'Hold down "Control" ...' message from help_text
Andy Freeland
2013-06-04
Test cases and fix for plain-list relationships (ie not queryset) Closes #878.
Tom Christie
2013-06-03
Regression test for #840. Closes #840.
Tom Christie
2013-06-02
Test cleanup
Tom Christie
2013-05-29
Rename test modules to 1.6 style
Tom Christie