aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/renderers.py
AgeCommit message (Expand)Author
2012-08-25Updated sandbox linksTom Christie
2012-08-10Allow template to be set on viewsSimon Pantzare
2012-02-21Remove staticviews. Use standard login/logoutTom Christie
2012-02-21Remove ADMIN_MEDIA_PREFIX everywhereTom Christie
2012-02-21Fix YAML parser bugTom Christie
2012-02-20Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html'Paul Oswald
2012-02-15Move the templates into a named directoryPaul Oswald
2012-01-24Reverted formattingBen Timby
2012-01-23Refactored get_name()/get_description()Ben Timby
2012-01-21pep8/pyflakes cleanupTom Christie
2012-01-11Use safe_dump. Fixes #123.Tom Christie
2012-01-11fixes #122Marko Tibold
2012-01-04#75 remove except statements which are overly broad in the exception they catchCraig Blaszczyk
2011-12-29whitespace fixesTom Christie
2011-12-29Add JSONP. Fixes #82Tom Christie
2011-12-19ADMIN_MEDIA_PREFIX is deprecated in django1.4Anthony Nemitz
2011-07-01pull in markos changes, minor tweaks to yaml stuffTom Christie
2011-06-26Allow .json .html .xml style urls and also allow these formats to be specifie...Michael Fötsch
2011-06-26Very basic YAML support. Probably needs some tweaking, and definitely needs t...markotibold
2011-06-25Add version to htmlTom Christie
2011-06-21Decimals are a protected_type - let's leave them up to the renderer to deal withTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-05-27Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...Tom Christie
2011-05-24Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...Tom Christie
2011-05-18Most of the actual work so far has been markup really.markotibold
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-13cleanupTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-10Bits of cleanupTom Christie
2011-05-10Rename resource to view in few remaining places in renderers (because that's ...Tom Christie
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-05-02emitters -> renderersTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie