| Age | Commit message (Expand) | Author |
| 2012-09-20 | Remove old 'djangorestframework directories | Tom Christie |
| 2012-09-09 | Inverse, fixed navbar. Block for easily modifying navbar style. | Alec Perkins |
| 2012-09-09 | Add prettify syntax highlighting to resource info. | Alec Perkins |
| 2012-09-09 | Styling of POST, PUT forms. Add add_class filter. | Alec Perkins |
| 2012-09-09 | Compacting, moving GET button up to OPTIONS | Alec Perkins |
| 2012-09-08 | Add block around Bootstrap styles for easy theming. | Alec Perkins |
| 2012-09-08 | Whoops, forgot the extrabody block. | Alec Perkins |
| 2012-09-08 | Disable non-functional methods | Alec Perkins |
| 2012-09-08 | Minor style adjustment | Alec Perkins |
| 2012-09-08 | Disable OPTIONS if method isn't allowed | Alec Perkins |
| 2012-09-07 | Add information about the request. | Alec Perkins |
| 2012-09-07 | Missing status code in .txt version of API | Alec Perkins |
| 2012-09-07 | Add tooltips to other methods | Alec Perkins |
| 2012-09-07 | Apply Bootstrap to in-page request forms. | Alec Perkins |
| 2012-09-07 | Applying Bootstrap to breadcrumbs, page header | Alec Perkins |
| 2012-09-07 | Rework nav to use Bootstrap's Navbar. | Alec Perkins |
| 2012-09-07 | Add in Bootstrap to browsable API base template. Strip out admin-clone styles. | Alec Perkins |
| 2012-09-07 | Change browsable API base template to HTML5 doctype, required by Bootstrap. | Alec Perkins |
| 2012-09-07 | Fixing up browseable API for rest framework 2 | Tom Christie |
| 2012-09-07 | Optional login/logout tags so browseable API will work without requiring auth... | Tom Christie |
| 2012-08-25 | Update url tag | Tom Christie |
| 2012-02-25 | Massive merge | Tom Christie |
| 2012-02-21 | Merging master into develop | Tom Christie |
| 2012-02-17 | Merge git://github.com/sebpiq/django-rest-framework into develop | Tom Christie |
| 2012-02-14 | merged with trunk | Sébastien Piquemal |
| 2012-02-14 | fixed examples, corrected small bugs in the process | Sébastien Piquemal |
| 2012-02-14 | Delete robots.txt, favicon.ico views; Move style to a new static namespace | Paul Oswald |
| 2012-02-10 | attempt at fixing the examples | Sébastien Piquemal |
| 2012-02-07 | Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150. | Tom Christie |
| 2012-01-28 | Use `staticfiles` for serving css. Fixes #116. | Tom Christie |
| 2012-01-28 | Tidy up auto-escaping. | Tom Christie |
| 2012-01-24 | Reverted formatting | Ben Timby |
| 2012-01-23 | Refactored get_name()/get_description() | Ben Timby |
| 2012-01-20 | Update the admin static files to handle the latest version of admin | Mjumbe Wawatu Poe |
| 2011-12-11 | Add OPTIONS to auto-documenting API | Tom Christie |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie |
| 2011-06-26 | Allow .json .html .xml style urls and also allow these formats to be specifie... | Michael Fötsch |
| 2011-06-26 | On 403's no forms will be displayed anymore | markotibold |
| 2011-06-25 | Smaller version in the header | markotibold |
| 2011-06-25 | Add version to html | Tom Christie |
| 2011-05-31 | Fix query parameters getting lost | Tom Christie |
| 2011-05-27 | Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA... | Tom Christie |
| 2011-05-12 | yet more API cleanup | Tom Christie |
| 2011-05-10 | More tests, getting new serialization into resource | Tom Christie |
| 2011-05-04 | Decouple views and resources | Tom Christie |
| 2011-04-29 | More refactoring - move various less core stuff into utils etc | Tom Christie |
| 2011-04-02 | Refactor to use self.CONTENT to access request body. Get file upload working | tom christie tom@tomchristie.com |
| 2011-02-19 | Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django... | tom christie tom@tomchristie.com |
| 2011-01-30 | Rename to django-rest-framework, get simpleexample working | tom christie tom@tomchristie.com |