aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-14Cleaner content negotiation. Occurs after permissions. Optional 'force' flag.Tom Christie
2012-09-14Simplify content_negotiation slightlyTom Christie
2012-09-14Moved content negotiation out of response. Nicer exception handling now.Tom Christie
2012-09-14Wrap more cleanlyTom Christie
2012-09-13Improve throttles and docsTom Christie
2012-09-11Better naming for properties on views, requests and responsesJamie Matthews
2012-09-07Basic support for format suffixesTom Christie
2012-09-06Move generic views into seperate moduleTom Christie
2012-09-06Refactoring some basicsTom Christie
2012-09-05Minor tweaksTom Christie
2012-09-04Refactored throttlingTom Christie
2012-09-04Bits of cleanupTom Christie
2012-09-03First pass at mixins & generic viewsTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Fixes to APIViewTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-01REST framework 2 docsTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-08-26Remove 405 method not allowed ImmediateResponseTom Christie
2012-08-25Removing 403 immediate responseTom Christie
2012-08-25Add ParseError (Removing ImmediateResponse)Tom 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-10made suggested fixesSébastien Piquemal
2012-02-07modified examples, somethin' still broken, can't find whatSé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-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-01-28Tidy up auto-escaping.Tom Christie
2012-01-25Refactoring get_name/get_descriptionTom Christie
2012-01-24Reverted formattingBen Timby
2012-01-23Refactored get_name()/get_description()Ben Timby
2012-01-22.DATA, .FILES, overloaded HTTP method, content type and content available dir...Sébastien Piquemal
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-11Remove explicit handling of 'OPTIONS' method, just raise the response, rather...Tom Christie
2012-01-11Some minor tidy upTom Christie
2012-01-10Introduce a final methods in View classBenoit C
2012-01-04Only set the script_prefix if the prefix isn't already a full URL.Mjumbe Poe
2011-12-12Typo.Tom Christie
2011-12-09Merge meurig's absolute_url fix.Tom Christie
2011-10-31whitespace fixMeurig Freeman