aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_model_serializer.py
AgeCommit message (Expand)Author
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-05Test tweaksTom Christie
2014-12-02Minor tweaks for helpful message on Model.objects.create() failure.Tom Christie
2014-11-15More helpful error message when default `.create` fails. Closes #2013.Gregor Müllegger
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. Cl...Tom Christie
2014-10-31Lazy loading of fields and validators. Closes #1963.Tom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-10-01First pass at HTML form renderingTom Christie
2014-09-23NullBooleanFieldTom Christie
2014-09-23Tests for field choicesTom Christie
2014-09-19Moar testsTom Christie
2014-09-19Test rejiggingTom Christie
2014-09-19Test tweakingTom Christie
2014-09-18Added a model update integration testTom Christie
2014-09-18ModelSerializer.create() to handle many to many by defaultTom Christie
2014-09-18First pass on ManyRelationTom Christie
2014-09-18Test for custom fieldsTom Christie
2014-09-18Configuration correctness tests on ModelSerializerTom Christie