aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/serializer.py
AgeCommit message (Expand)Author
2012-10-28readonly -> read_onlyTom Christie
2012-10-26Fix failing 'default' on ModelSerializerTom Christie
2012-10-24Add cross-field validate methodJamie Matthews
2012-10-24Switch from clean_<fieldname> to validate_<fieldname>, clarify documentationJamie Matthews
2012-10-24Implement per-field validation on SerializersJamie Matthews
2012-10-22#314 Fix for manytomany field being required in the payload even though the f...Ian Strachan
2012-10-22Fix serialization of reverse relationshipsJamie Matthews
2012-10-18Added tests for dotted notation in serializer field sourceIan Strachan
2012-10-17Make default field check safe for boolean values whereby 'False' may be an ac...Rob Dobson
2012-10-15Removed serializer.TextField and related testsJens Alm
2012-10-15Added tests for TextFieldJens Alm
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-08Fix issue where required fields were not being properly validated. Also make...Tom Christie
2012-10-04Tests for default arguments on fieldsTom Christie
2012-10-03Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as appropriat...Tom Christie
2012-10-03Added failing test for m2m dataTom Christie
2012-10-03Add m2m update testTom Christie
2012-10-03Add Serializer.save() to clean up differences between serializer.object being...Tom Christie
2012-10-03Many2Many testTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie