aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
AgeCommit message (Expand)Author
2013-06-12Typoinglesp
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-05-28Raise 404 on incorrect lookup type in URL, not 500. Closes #890.Tom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-05-07allow_empty -> pending deprecation in preference of overridden get_queryset.Tom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
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