aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/serializer.py
AgeCommit message (Expand)Author
2012-12-02Merge remote-tracking branch 'reference/master' into p3kXavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
2012-11-21added testsStephan Groß
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
2012-11-20Add support for partial serializer updatesMark Aaron Shirley
2012-11-20Clean up and clarify tests for related serializersJamie Matthews
2012-11-20Fix related serializers with source argument that resolves to a callableJamie Matthews
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Add support for min_length / max_length keywordsJacob Magnusson
2012-11-16Added URLField and SlugField.Marko Tibold
2012-11-16Reproduces #421Marko Tibold
2012-11-09Support for `read_only_fields` on `ModelSerializer` classesTom Christie
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-03Added test for ModelSerializer Meta fieldsJacob Magnusson
2012-11-03Added test that makes sure that fields withJacob Magnusson
2012-11-03Bye bye star importJacob Magnusson
2012-10-30Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325Tom Christie
2012-10-30Adding failing tests that show null=True model fields are won't validate if t...Marko Tibold
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