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-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-23
Merge remote-tracking branch 'upstream/master'
Michal Dvorak
2012-12-21
Merge remote-tracking branch 'tom/master'
Michal Dvorak (cen38289)
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
Merge remote-tracking branch 'tom/master'
Michal Dvorak (cen38289)
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
2012-12-11
Fix broken nested fields
Tom Christie
2012-12-11
Added depth test
George Kappel
2012-12-10
get_excluded_fieldnames() should respect Meta options' ability to be either a...
Marko Tibold
2012-12-07
Merge pull request #451 from markotibold/#431
Tom Christie
2012-12-06
Merge pull request #477 from roberts81/master
Tom Christie
2012-12-06
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework...
Marko Tibold
2012-12-06
cleaned up white space & docstring styling
Ben Roberts
2012-12-05
cleaned up last commit
Ben Roberts
2012-12-05
added tests and fix for unpickleable metadata in SortedDictWithMetadata
Ben Roberts
2012-12-04
Moved smart_unicode to Field ctor, to mimic Django Forms behavior.
Michal Dvorak (cen38289)
2012-12-04
Moved ctor test to separate unit test
Michal Dvorak (cen38289)
2012-12-03
#467 Added unit test
Michal Dvorak
[prev]
[next]