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
/
serializers.py
Age
Commit message (
Expand
)
Author
2012-10-10
Don't fail when no data provided
Tom Christie
2012-10-09
Add 'to_many' flag in get_related_field
Tom Christie
2012-10-09
Add flag in get_related_field
Tom Christie
2012-10-08
Fix issue where required fields were not being properly validated. Also make...
Tom Christie
2012-10-08
Fix #285
Tom Christie
2012-10-04
Initial tests for hyperlinked relationships
Tom Christie
2012-10-04
Tweak comment
Tom Christie
2012-10-04
Clean up field classes
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...
Tom Christie
2012-10-03
M2M fields supported
Tom Christie
2012-10-03
Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as appropriat...
Tom Christie
2012-10-03
Add Serializer.save() to clean up differences between serializer.object being...
Tom Christie
2012-10-03
Stopgap fix for model fields rendering in browseable API
Tom Christie
2012-10-03
Rename generic views
Tom Christie
2012-10-02
Added model form field -> serializer form field mapping
Tom Christie
2012-10-02
Fix bug where pk could be set in post data
Tom Christie
2012-10-01
Expand pagination support, add docs
Tom Christie
2012-09-28
Fix broken bits of generic views
Tom Christie
2012-09-28
Fix serialization issue with Django 1.3
Tom Christie
2012-09-28
Get test-only models properly working
Tom Christie
2012-09-25
Fix some bits of serialization
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie