aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/serializers.py
AgeCommit message (Collapse)Author
2012-10-08Fix issue where required fields were not being properly validated. Also ↵Tom Christie
make model fields with a default value be not required
2012-10-08Fix #285Tom Christie
2012-10-04Initial tests for hyperlinked relationshipsTom Christie
2012-10-04Tweak commentTom Christie
2012-10-04Clean up field classesTom Christie
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵Tom Christie
hyperlinked relations
2012-10-03M2M fields supportedTom Christie
2012-10-03Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as ↵Tom Christie
appropriate (fixes test)
2012-10-03Add Serializer.save() to clean up differences between serializer.object ↵Tom Christie
being either a DeserializedObject or a model instance
2012-10-03Stopgap fix for model fields rendering in browseable APITom Christie
2012-10-03Rename generic viewsTom Christie
2012-10-02Added model form field -> serializer form field mappingTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-28Fix broken bits of generic viewsTom Christie
2012-09-28Fix serialization issue with Django 1.3Tom Christie
2012-09-28Get test-only models properly workingTom Christie
2012-09-25Fix some bits of serializationTom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie