index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
djangorestframework
/
tests
/
validators.py
Age
Commit message (
Expand
)
Author
2012-09-20
Remove old 'djangorestframework directories
Tom Christie
2012-08-24
Drop out resources & mixins
Tom Christie
2012-02-25
Fix broken tests
Tom Christie
2012-02-07
cleaned a bit Response/ResponseMixin code, added some documentation + renamed...
Sébastien Piquemal
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-01-22
Fix tests to work on all supported configurations.
Tom Christie
2012-01-19
Renamed `unknown_form_fields` to `allow_unknown_form_fields`
Alen Mujezinovic
2012-01-17
Added an additional attribute `unknown_form_fields` to `FormResource`
Alen Mujezinovic
2011-12-30
Replace field-errors with field_errors
Tom Christie
2011-12-29
whitespace fixes
Tom Christie
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-06-14
Support for nesting resources etc...
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-16
validators tests -> resources tests
Tom Christie
2011-05-12
yet more API cleanup
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-04-11
Rename mixins into Mixin class, rename ResponseException to ErrorResponse, re...
Tom Christie
2011-04-11
Cleanup
Tom Christie
2011-04-11
Even more validator tests passing after refactor
Tom Christie
2011-04-11
Lots of validator tests passing after refactor
Tom Christie
2011-04-02
Refactor to use self.CONTENT to access request body. Get file upload working
tom christie tom@tomchristie.com
2011-02-19
Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...
tom christie tom@tomchristie.com
2011-02-04
Huge stack of refactoring getting stuff into Mixin classes, and loads of test...
tom christie tom@tomchristie.com