aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/templates
AgeCommit message (Expand)Author
2012-09-07Fixing up browseable API for rest framework 2Tom Christie
2012-09-07Optional login/logout tags so browseable API will work without requiring auth...Tom Christie
2012-08-25Update url tagTom Christie
2012-02-25Massive mergeTom Christie
2012-02-21Merging master into developTom Christie
2012-02-17Merge git://github.com/sebpiq/django-rest-framework into developTom Christie
2012-02-14merged with trunkSébastien Piquemal
2012-02-14fixed examples, corrected small bugs in the processSébastien Piquemal
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-07Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.Tom Christie
2012-01-28Use `staticfiles` for serving css. Fixes #116.Tom Christie
2012-01-28Tidy up auto-escaping.Tom Christie
2012-01-24Reverted formattingBen Timby
2012-01-23Refactored get_name()/get_description()Ben Timby
2012-01-20Update the admin static files to handle the latest version of adminMjumbe Wawatu Poe
2011-12-11Add OPTIONS to auto-documenting APITom Christie
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-26On 403's no forms will be displayed anymoremarkotibold
2011-06-25Smaller version in the headermarkotibold
2011-06-25Add version to htmlTom Christie
2011-05-31Fix query parameters getting lostTom Christie
2011-05-27Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...Tom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-02Refactor to use self.CONTENT to access request body. Get file upload workingtom christie tom@tomchristie.com
2011-02-19Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django...tom christie tom@tomchristie.com
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com