aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/mixins.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-17Tweak docs, fix .error_data -> .errorsTom Christie
2012-09-08`error_data` -> `errors`Marko Tibold
2012-09-07Fix method overloadingTom Christie
2012-09-07Bits of cleanupTom Christie
2012-09-05Minor tweaksTom Christie
2012-09-04Bits of cleanupTom Christie
2012-09-03First pass at mixins & generic viewsTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-08-24Remove PermissionsMixinTom Christie
2012-08-24Remove RequestMixinx / ReponseMixinTom Christie
2012-04-11Merge work from sebpiqTom Christie
2012-02-25Massive mergeTom Christie
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
2012-02-21Merging master into developTom Christie
2012-02-20Some cleanupTom Christie
2012-02-14merged with trunkSébastien Piquemal
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-10made suggested fixesSébastien Piquemal
2012-02-07modified examples, somethin' still broken, can't find whatSébastien Piquemal
2012-02-07some docs for Request/Response/mixinsSébastien Piquemal
2012-02-07cleaned Request/Response/mixins to have similar interfaceSébastien Piquemal
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-02-02merged with trunk's masterSébastien Piquemal
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-24documentation for request moduleSébastien Piquemal
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available dir...Sébastien Piquemal
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