aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/views.py
AgeCommit message (Collapse)Author
2012-07-27support utf8 descriptionyetist
2012-02-23Remove InstanceMixin auto-url magicks.Tom Christie
2012-02-21Update djangorestframework/views.pyTom Christie
2012-02-21Stop using set_script_prefixDaniel Izquierdo
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-21pep8/pyflakes cleanupTom Christie
2012-01-18Docstring/whitespace fixes.Ben Timby
2012-01-11Remove explicit handling of 'OPTIONS' method, just raise the response, ↵Tom Christie
rather than returning it.
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 ↵markotibold
tests.
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
--HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py
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 ↵Tom Christie
.PARAMS.
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 ↵Tom Christie
up & added Renderer.can_handle_response(), mirroring Parsers.can_handle_request()
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 ↵markotibold
documenting/ enhancing already existing docs.
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving ↵Tom Christie
stuff. Yum.
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 ↵tom christie tom@tomchristie.com
Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now.