aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/validators.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-02-25Fix broken testsTom Christie
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-01-22Fix tests to work on all supported configurations.Tom Christie
2012-01-19Renamed `unknown_form_fields` to `allow_unknown_form_fields`Alen Mujezinovic
2012-01-17Added an additional attribute `unknown_form_fields` to `FormResource`Alen Mujezinovic
2011-12-30Replace field-errors with field_errorsTom Christie
2011-12-29whitespace fixesTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-16validators tests -> resources testsTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-11Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...Tom Christie
2011-04-11CleanupTom Christie
2011-04-11Even more validator tests passing after refactorTom Christie
2011-04-11Lots of validator tests passing after refactorTom Christie
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...tom christie tom@tomchristie.com
2011-02-04Huge stack of refactoring getting stuff into Mixin classes, and loads of test...tom christie tom@tomchristie.com