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
/
mixins.py
Age
Commit message (
Expand
)
Author
2011-12-09
Add pagination. Thanks @devioustree!
Tom Christie
2011-12-09
Merge pull request #62 from txels/master
Tom Christie
2011-07-31
Removed rogue import for LimitBytes to fix issue #63
Andrew McCloud
2011-07-30
Added support for OPTIONS method, including a few unit tests
Carles Barrobés
2011-07-19
Revert "Added pagination mixin. Need to write tests"
Tom Christie
2011-07-19
Revert "Now throws a 404 if page isn't an int"
Tom Christie
2011-07-19
Now throws a 404 if page isn't an int
Tom Drummond
2011-07-19
Added pagination mixin. Need to write tests
Tom Drummond
2011-07-11
Merge pull request #46 from jakul/m2m_create_through
Tom Christie
2011-07-11
Merge pull request #44 from fzunino/m2m_create
Tom Christie
2011-07-08
remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with...
Craig Blaszczyk
2011-07-08
update mixin to work with m2m data using a through field, by storing the name...
Craig Blaszczyk
2011-07-06
now cleans data from parameters used for overloads
Sébastien Piquemal
2011-07-05
Support for creating objects with m2m relations
Fernando Zunino
2011-07-01
merge
Tom Christie
2011-07-01
Fix #36
Tom Christie
2011-07-01
FIX: ModelViews can have Resources whose models have unique fields.
Fernando Zunino
2011-06-26
Allow .json .html .xml style urls and also allow these formats to be specifie...
Michael Fötsch
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-06-14
Support for nesting resources etc...
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-27
forms/models can be set on the view as well as the resource
Tom Christie
2011-05-24
tidy up last bits of renderer media type handling
Tom Christie
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-23
name and description
Tom Christie
2011-05-19
Merge in marko's doc markup
Tom Christie
2011-05-19
data flattening needs to go into resource
Tom Christie
2011-05-18
Most of the actual work so far has been markup really.
markotibold
2011-05-17
Merge Marko's doc improvements.
Tom Christie
2011-05-16
Fixing some of the last blocking issues
Tom Christie
2011-05-13
Ensure there is always a resource attribute set
Tom Christie
2011-05-13
Sorting out resources. Doing some crazy magic automatic url resolving stuff....
Tom Christie
2011-05-13
cleanup
Tom Christie
2011-05-12
_perform_form_overloading becomes transparent
Tom Christie
2011-05-12
yet more API cleanup
Tom Christie
2011-05-12
yet more API cleanup
Tom Christie
2011-05-12
refactoring resource specfic stuff into ResourceMixin - validators now defunct
Tom Christie
2011-05-10
More tests, getting new serialization into resource
Tom Christie
2011-05-10
Bits of cleanup
Tom Christie
2011-05-10
Bits of cleanup
Tom Christie
2011-05-10
Rename resource to view in few remaining places in renderers (because that's ...
Tom Christie
2011-05-10
renderer API work
Tom Christie
2011-05-10
Getting the API into shape
Tom Christie
2011-05-04
Decouple views and resources
Tom Christie
2011-05-02
emitters -> renderers
Tom Christie
2011-04-29
More refactoring - move various less core stuff into utils etc
Tom Christie
2011-04-28
emitters -> renderers
Tom Christie
2011-04-25
Generic permissions added, allowed_methods and anon_allowed_methods now defun...
Tom Christie
[next]