aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
AgeCommit message (Expand)Author
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-02-18Tweak comment wrapping.Tom Christie
2014-02-18Remove unnecessary elseIan Foote
2014-02-18Refactor UpdateModelMixin.updateIan Foote
2014-01-14Use api_settings.URL_FIELD_NAMETom Christie
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
2013-12-03Adds pre_delete and post_delete hooks onPablo Recio
2013-11-19Added handling of validation errors in PUT-as-create.Krzysztof Jurewicz
2013-10-21Use lookup_url_kwarg in presave if requiredTom Christie
2013-08-30Merge masterTom Christie
2013-08-23Extra docs on PATCH with no object.Tom Christie
2013-08-13PATCH requests should not be able to create objects.Krzysztof Jurewicz
2013-06-27pending deprecations -> deprecatedTom Christie
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