aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
AgeCommit message (Collapse)Author
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-05Fix django 1.3 bugTom Christie
2012-10-05Tweak view slightlyTom Christie
2012-10-03Rename generic viewsTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Pagination supportTom Christie
2012-09-28Get test-only models properly workingTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie