aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
AgeCommit message (Expand)Author
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
2011-10-31make use of original prefix when generating absolute urlsMeurig Freeman
2011-07-30Added support for OPTIONS method, including a few unit testsCarles Barrobés
2011-07-22Whitespace tweaksTom Christie
2011-07-22Whitespace tweakTom Christie
2011-07-02parsers.DEFAULT_PARSERS added to be consistent with renderers.DEFAULT_RENDERERSJens Alm
2011-07-02Fix: Crash when yaml isn't installed.Fernando Zunino
2011-06-26Very basic YAML support. Probably needs some tweaking, and definitely needs t...markotibold
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
2011-06-13implemeneted #28markotibold
2011-06-07Typo. Authenticat<i>onTom 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-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-23check in marko's docsTom Christie
2011-05-23name and descriptionTom Christie
2011-05-19The core is now documented from the docstrings in the source.markotibold
2011-05-17All top level modules are included. Ready for diving into the modules and doc...markotibold
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving stuff....Tom Christie
2011-05-13cleanupTom Christie
2011-05-12_perform_form_overloading becomes transparentTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...tom christie tom@tomchristie.com