aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
AgeCommit message (Expand)Author
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-16Minor tweaks to internals of generics and mixinsTom Christie
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...Marko Tibold
2012-11-14Bring keywrod args in line with Django's implementationTom Christie
2012-11-13Added a FileField and an ImageField (copied from django.forms.fields).Marko Tibold
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-07Merge branch 'restframework2-filter' of git://github.com/onepercentclub/djang...Tom Christie
2012-11-06Use saner get_serializer signatureTom Christie
2012-11-06Merge branch 'master' into restframework2-filterBen Konrath
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-01Merge branch 'master' into restframework2-filterBen Konrath
2012-10-30Fix some typos.Marko Tibold
2012-10-27pep8Tom Christie
2012-10-25Rework generic view class namesJamie Matthews
2012-10-25Re-add implementation of multiple-operation generic views to remove diamond i...Jamie Matthews
2012-10-24Split concrete generic views up into separate bits of functionalityJamie Matthews
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-11First attempt at adding filter support.Ben Konrath
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