aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/templates
AgeCommit message (Collapse)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-09Inverse, fixed navbar. Block for easily modifying navbar style.Alec Perkins
2012-09-09Add prettify syntax highlighting to resource info.Alec Perkins
2012-09-09Styling of POST, PUT forms. Add add_class filter.Alec Perkins
2012-09-09Compacting, moving GET button up to OPTIONSAlec Perkins
2012-09-08Add block around Bootstrap styles for easy theming.Alec Perkins
Instead of overriding the theme in the `extra_style` block, it can be replaced directly. This avoids having to load unnecessary styles.
2012-09-08Whoops, forgot the extrabody block.Alec Perkins
2012-09-08Disable non-functional methodsAlec Perkins
2012-09-08Minor style adjustmentAlec Perkins
2012-09-08Disable OPTIONS if method isn't allowedAlec Perkins
2012-09-07Add information about the request.Alec Perkins
Add link in footer for some visual balance. Tighten up styling.
2012-09-07Missing status code in .txt version of APIAlec Perkins
2012-09-07Add tooltips to other methodsAlec Perkins
2012-09-07Apply Bootstrap to in-page request forms.Alec Perkins
Includes tooltips using the title attributes.
2012-09-07Applying Bootstrap to breadcrumbs, page headerAlec Perkins
2012-09-07Rework nav to use Bootstrap's Navbar.Alec Perkins
2012-09-07Add in Bootstrap to browsable API base template. Strip out admin-clone styles.Alec Perkins
No real markup changes yet, just swapping libraries in & out.
2012-09-07Change browsable API base template to HTML5 doctype, required by Bootstrap.Alec Perkins
2012-09-07Fixing up browseable API for rest framework 2Tom Christie
2012-09-07Optional login/logout tags so browseable API will work without requiring ↵Tom Christie
auth views
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 ↵Michael Fötsch
specified in a "?format=..." query string.
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 ↵Tom Christie
.PARAMS.
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 ↵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.
2011-01-30Rename to django-rest-framework, get simpleexample workingtom christie tom@tomchristie.com