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-29
Rename test modules to 1.6 style
Tom Christie
2013-05-22
Use assertEqual, not assertEquals
Tom Christie
2013-05-22
Minor cleanup
Tom Christie
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-18
Merge pull request #865 from ryankask/issue-747-lazy-strings-serialized
Tom Christie
2013-05-18
Drop another case of u'', this time from #530 code
Markus Törnqvist
2013-05-18
Drop u'', it was used inconsistently and breaks for nothing with Python 3.2
Markus Törnqvist
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Merge branch 'master' into mjtorn-master
Markus Törnqvist
2013-05-18
Add min_value=0 to autogenerated Pos..IntFields
Stephan Groß
2013-05-18
Update FieldLabelTest to use new BasicModel.verbose_name
Markus Törnqvist
2013-05-18
Merge pull request #858 from minddust/fix_710
Tom Christie
2013-05-18
Removed unicode literals
Pablo Recio
2013-05-18
Merge branch 'master' into 675-empty-label-related-field
Pablo Recio
2013-05-18
Merge pull request #859 from craigds/master
Tom Christie
2013-05-18
Move and rename LabelModelSerializer for further reuse
Markus Törnqvist
2013-05-18
Remove unused var
Stephan Groß
2013-05-18
Clean up test case.
Ryan Kaskel
2013-05-18
when source='*' on a nested serializer, expand fields into outer serializer w...
Craig de Stigter
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Fix for #710
Stephan Groß
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
ManyHyperlinkedRelatedField comes form rest_framework.relations now
Markus Törnqvist
2013-05-18
Merge branch 'mikee2185-master' into mjtorn-master
Markus Törnqvist
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-23
Added tests for issue 747 in serializer.py
Matteo Suppo
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
[next]