aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/serializer.py
AgeCommit message (Expand)Author
2012-12-19Merge remote-tracking branch 'upstream/master' into related-requiredMark Aaron Shirley
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru 1...Tom Christie
2012-12-19Failing test with partial serializer and foreign keysYuri Prezument
2012-12-15Added test for "positive_integer in choices tuple does not get parsed if not ...Joel Marcotte
2012-12-12Clean up field initialization. Fixes #497Tom Christie
2012-12-11Fix broken nested fieldsTom Christie
2012-12-11Added depth testGeorge Kappel
2012-12-10get_excluded_fieldnames() should respect Meta options' ability to be either a...Marko Tibold
2012-12-07Merge pull request #451 from markotibold/#431Tom Christie
2012-12-06Merge pull request #477 from roberts81/masterTom Christie
2012-12-06Merge branch 'master' of https://github.com/tomchristie/django-rest-framework...Marko Tibold
2012-12-06cleaned up white space & docstring stylingBen Roberts
2012-12-05cleaned up last commitBen Roberts
2012-12-05added tests and fix for unpickleable metadata in SortedDictWithMetadataBen Roberts
2012-11-30fix test responsePavel Savchenko
2012-11-30add traverse_related feature + tests (fixes issue#461)Pavel Savchenko
2012-11-26Added an assertion to the tests that checks the '.errors' value for the uniqu...Marko Tibold
2012-11-22Added a validate_unique test.Marko Tibold
2012-11-22Added _post_clean() behaviour by adding a .perform_model_validation() method.Marko Tibold
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