aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/mixins.py
AgeCommit message (Expand)Author
2012-02-01* -> **Camille Harang
2012-02-01Remove use of Q objects.Tom Christie
2012-01-28Drop implicit 'pk' on last arg in urlconf. (Too magical).Tom Christie
2012-01-21More consistent comment style.Tom Christie
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-21get_ordering/get_queryset refactoringTom Christie
2012-01-20Add a get_object method to the ModelMixin, and testsMjumbe Wawatu Poe
2012-01-19Added get_queryset method to ListModelMixin.Chris Pickett
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-11Replace 'x.has_key(y)' with 'y in x'Tom Christie
2012-01-11Minor cleanup on ModelMixinTom Christie
2012-01-11Merge https://github.com/sebzur/django-rest-frameworkTom Christie
2012-01-10QueryMixin to ModelMixin rename.Sebastian Żurek
2012-01-08QueryMixin class updates (comments + docs and the definition of get_instance_...Sebastian Żurek
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
2012-01-03QueryMixin created + related mixins updatesSebastian Żurek
2011-12-09Add pagination. Thanks @devioustree!Tom Christie
2011-12-09Merge pull request #62 from txels/masterTom Christie
2011-07-31Removed rogue import for LimitBytes to fix issue #63Andrew McCloud
2011-07-30Added support for OPTIONS method, including a few unit testsCarles Barrobés
2011-07-19Revert "Added pagination mixin. Need to write tests"Tom Christie
2011-07-19Revert "Now throws a 404 if page isn't an int"Tom Christie
2011-07-19Now throws a 404 if page isn't an intTom Drummond
2011-07-19Added pagination mixin. Need to write testsTom Drummond
2011-07-11Merge pull request #46 from jakul/m2m_create_throughTom Christie
2011-07-11Merge pull request #44 from fzunino/m2m_createTom Christie
2011-07-08remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with...Craig Blaszczyk
2011-07-08update mixin to work with m2m data using a through field, by storing the name...Craig Blaszczyk
2011-07-06now cleans data from parameters used for overloadsSébastien Piquemal
2011-07-05Support for creating objects with m2m relationsFernando Zunino
2011-07-01mergeTom Christie
2011-07-01Fix #36Tom Christie
2011-07-01FIX: ModelViews can have Resources whose models have unique fields.Fernando Zunino
2011-06-26Allow .json .html .xml style urls and also allow these formats to be specifie...Michael Fötsch
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
2011-05-27Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...Tom Christie
2011-05-27forms/models can be set on the view as well as the resourceTom Christie
2011-05-27forms/models can be set on the view as well as the resourceTom Christie
2011-05-24tidy up last bits of renderer media type handlingTom Christie
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...Tom Christie
2011-05-24Allow views to return HttpResponses. Add initial() hook methodTom Christie
2011-05-23name and descriptionTom Christie
2011-05-19Merge in marko's doc markupTom Christie
2011-05-19data flattening needs to go into resourceTom Christie
2011-05-18Most of the actual work so far has been markup really.markotibold
2011-05-17Merge Marko's doc improvements.Tom Christie
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-13Ensure there is always a resource attribute setTom Christie
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving stuff....Tom Christie