aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/views.py
AgeCommit message (Collapse)Author
2012-10-11Sanitise JSON error messagesTom Christie
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 fiddly content-overloading bugTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie