aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
AgeCommit message (Expand)Author
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
2012-10-03Add Serializer.save() to clean up differences between serializer.object being...Tom Christie
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