aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
AgeCommit message (Collapse)Author
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-08Fix #285Tom Christie
2012-10-05Support PUT for createTom Christie
2012-10-03Add Serializer.save() to clean up differences between serializer.object ↵Tom Christie
being either a DeserializedObject or a model instance
2012-10-02Update view docs slightlyTom Christie
2012-09-30Pagination supportTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-20Hack out bunch of unneccesary private methods on View classTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie