aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
AgeCommit message (Expand)Author
2013-05-22Tweak method ordering for better consistencyTom Christie
2013-05-17Minor mixin refactoringTom Christie
2013-05-17PendingDeprecation warning to allow_emptyTom Christie
2013-05-02introduce lookup_field and add pendingdeprecationwarningsTom Christie
2013-04-25Simplify paginate_queryset methodTom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Removed SingleObjectMixin and MultipleObjectMixinTom Christie
2013-04-04TweaksTom Christie
2013-03-13force_insert, force_update arguments. Closes #484.Tom Christie
2013-03-08GenericAPIView now applies filter_backend for list and retrieve api viewstoran billups
2013-02-27Fix out of date docstrings. Closes #689.Tom Christie
2013-02-22Tests and fix for #666.Tom Christie
2013-02-12Tidy up internal view permission checking logic.Tom Christie
2013-02-10Enforce PUT-as-create permissionsTom 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-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2013-01-02Keep API backwards compatible.Tom Christie
2012-12-30Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Andrew Hankinson
2012-12-19Fix #521. (Browseable API exception on delete)Tom Christie
2012-12-18Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...Tom Christie
2012-12-16Adding PATCH support to Django REST FrameworkAndrew Hankinson
2012-11-22First passing test under p3k \o/Xavier Ordoquy
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-16Merge pull request #412 from minddust/custom_page_size_per_requestTom 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-15updated script to just use page_size_kwargStephan Groß
2012-11-15added global and per resource on/off switch + updated docsStephan Groß
2012-11-14added support for passing page_size per requestStephan Groß
2012-11-14once more polishedLudwig Kraatz
2012-11-14polishing codeLudwig Kraatz
2012-11-13Added a FileField and an ImageField (copied from django.forms.fields).Marko Tibold
2012-11-13removed useless line after polishing codeLudwig Kraatz
2012-11-13fixed ugly codeLudwig Kraatz
2012-11-13changed buggy response + code ploishingLudwig Kraatz
2012-11-13Returning a Location Header on CreateLudwig Kraatz
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-01Merge branch 'master' into restframework2-filterBen Konrath
2012-11-01since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ...Pavel Savchenko
2012-10-31PUT as create should return 201. Fixes #340.Tom Christie
2012-10-25Add pre_save hook in generic viewsTom Christie
2012-10-11First attempt at adding filter support.Ben Konrath
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-08Fix #285Tom Christie
2012-10-05Support PUT for createTom Christie