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
/
resources.py
Age
Commit message (
Expand
)
Author
2011-07-01
FIX: ModelViews can have Resources whose models have unique fields.
Fernando Zunino
2011-06-25
Try to be marginally less awful if we can't reverse resolve the URL for a mod...
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-06-12
Fix file uploads
Tom Christie
2011-06-10
`bound_form.cleaned_data` already returns the file data if there was any.
Alen Mujezinovic
2011-06-08
Added possibility to specify what attributes of ForeignKeys and OneToOne fiel...
Alen Mujezinovic
2011-06-02
Updating docs for 0.2
Tom Christie
2011-05-27
strip _accept when validating
Tom Christie
2011-05-27
Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...
Tom Christie
2011-05-27
forms/models can be set on the view as well as the resource
Tom Christie
2011-05-19
The core is now documented from the docstrings in the source.
markotibold
2011-05-16
validators tests -> resources tests
Tom Christie
2011-05-16
Fixing some of the last blocking issues
Tom Christie
2011-05-16
nested resources now working
Tom Christie
2011-05-13
Docs on resources
Tom Christie
2011-05-13
Sorting out resources. Doing some crazy magic automatic url resolving stuff....
Tom Christie
2011-05-13
cleanup
Tom Christie