aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
AgeCommit message (Collapse)Author
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
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 ↵Tom Christie
to @n8agrin for the bug report.
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
Added a FileField and an ImageField
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
support for custom page size per request
2012-11-16Minor tweaks to internals of generics and mixinsTom Christie
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵Marko Tibold
file_and_image_fields
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
and adding myself to auhtors file
2012-11-13Added a FileField and an ImageField (copied from django.forms.fields).Marko Tibold
Adjusted generics, mixins and serializers to take a `files` arg where applicable.
2012-11-13removed useless line after polishing codeLudwig Kraatz
added it in first commit but after third it became useless.
2012-11-13fixed ugly codeLudwig Kraatz
Location header is set just, if there is a Location field on the serializer.
2012-11-13changed buggy response + code ploishingLudwig Kraatz
reponse didnt handle any headers at all. Accepts now a dict of headers and sets those properly
2012-11-13Returning a Location Header on CreateLudwig Kraatz
when creating a Resource with HyperlinkedIdentityField of any name
2012-11-07Merge branch 'restframework2-filter' of ↵Tom Christie
git://github.com/onepercentclub/django-rest-framework into filtering
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
reason to complete the renaming in docs and comments as well.
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
The filter support uses django-filter to work its magic.
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-08Fix #285Tom Christie
2012-10-05Support PUT for createTom Christie
2012-10-03Add Serializer.save() to clean up differences between serializer.object ↵Tom Christie
being either a DeserializedObject or a model instance
2012-10-02Update view docs slightlyTom Christie
2012-09-30Pagination supportTom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-20Hack out bunch of unneccesary private methods on View classTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie