aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
AgeCommit message (Expand)Author
2013-04-25Simplify paginate_queryset methodTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-13Allow overriding get_object to work correctly. Fixes #784Tom Christie
2013-04-11Simplify get_objectTom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Cleaning up get_object and get_querysetTom Christie
2013-04-09Add lookup_kwargTom Christie
2013-04-09Removed SingleObjectMixin and MultipleObjectMixinTom Christie
2013-04-04TweaksTom Christie
2013-03-18Remove erronous pre_saveTom Christie
2013-03-18Merge branch 'master' into resources-routersTom Christie
2013-03-08GenericAPIView now applies filter_backend for list and retrieve api viewstoran billups
2013-02-12Tidy up internal view permission checking logic.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-02-06Added a `post_save` hook. Closes #558.Tom Christie
2013-02-06Set many explicitly from mixins. Refs #564.Tom Christie
2013-02-04Cleanup importsTom Christie
2013-01-15Merge with latest masterTom Christie
2013-01-02Add `.patch()` method for `RetrieveUpdateAPIView`Tom Christie
2013-01-02Added `RetrieveUpdateAPIView`Tom Christie
2013-01-02Keep API backwards compatible.Tom Christie
2012-12-30Removing Partial Update classesAndrew Hankinson
2012-12-16Adding PATCH support to Django REST FrameworkAndrew Hankinson
2012-12-13added missing lineStephan Groß
2012-12-13added RetrieveUpdateAPIViewStephan Groß
2012-11-16TidyingTom Christie
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