| Age | Commit message (Expand) | Author |
| 2012-02-20 | Update CHANGELOG.rst | Tom Christie |
| 2012-02-20 | Merge pull request #168 from poswald/namespace-templates | Tom Christie |
| 2012-02-20 | Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html' | Paul Oswald |
| 2012-02-20 | Some cleanup | Tom Christie |
| 2012-02-17 | Merge git://github.com/sebpiq/django-rest-framework into develop | Tom Christie |
| 2012-02-16 | Merge pull request #145 from flashingpumpkin/master | Tom Christie |
| 2012-02-15 | Merge pull request #162 from poswald/master | Tom Christie |
| 2012-02-15 | Documentation on how to override the template; Closes Issue #165 | Paul Oswald |
| 2012-02-15 | Move the templates into a named directory | Paul Oswald |
| 2012-02-15 | Add empty {% blocks %} to the template to give people a chance to override | Paul Oswald |
| 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 | Move stylesheet references to the new relative namespace | Paul Oswald |
| 2012-02-14 | Delete robots.txt, favicon.ico views; Move style to a new static namespace | Paul Oswald |
| 2012-02-11 | Fix typo. | Tom Christie |
| 2012-02-11 | `OPTIONS` is also a safe method. | Tom Christie |
| 2012-02-11 | Updated CHANGELOG. 'Added DjangoModelPermissions'. | Tom Christie |
| 2012-02-11 | Improve docstring on DjangoModelPermissions, and also ensure the user is auth... | Tom Christie |
| 2012-02-11 | Minor name change | Tom Christie |
| 2012-02-11 | Fix up DjangoModelPermissions. | Tom Christie |
| 2012-02-11 | Merge pull request #160 from mammique/django_perms | Tom Christie |
| 2012-02-11 | DjangoModelPermisson's desc | Camille Harang |
| 2012-02-11 | check authentication after checking ModelResource | Camille Harang |
| 2012-02-11 | DjangoModelPermisson | Camille Harang |
| 2012-02-10 | attempt at fixing the examples | Sébastien Piquemal |
| 2012-02-10 | made suggested fixes | Sébastien Piquemal |
| 2012-02-09 | Merge remote branch 'tomchristie/master' | Alen Mujezinovic |
| 2012-02-07 | modified examples, somethin' still broken, can't find what | Sébastien Piquemal |
| 2012-02-07 | some docs for Request/Response/mixins | Sébastien Piquemal |
| 2012-02-07 | cleaned Request/Response/mixins to have similar interface | Sébastien Piquemal |
| 2012-02-07 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie |
| 2012-02-07 | Use app for Django 1.2 | Tom Christie |
| 2012-02-07 | cleaned a bit Response/ResponseMixin code, added some documentation + renamed... | Sébastien Piquemal |
| 2012-02-07 | Merge pull request #156 from j4mie/duplicate-page-param | Tom Christie |
| 2012-02-07 | Ensure duplicate "page" parameters are not created | Jamie Matthews |
| 2012-02-07 | In examples settings, use staticfiles for 1.2, django.contrib.staticfiles oth... | Tom Christie |
| 2012-02-07 | Attempt to stop banging head against brick wall. | Tom Christie |
| 2012-02-07 | Distutils, you are a harsh master. | Tom Christie |
| 2012-02-07 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie |
| 2012-02-07 | Fix distutils errors | Tom Christie |
| 2012-02-07 | Tweak | Tom Christie |
| 2012-02-07 | Tweak | Tom Christie |
| 2012-02-07 | Tweaks. | Tom Christie |
| 2012-02-07 | Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150. | Tom Christie |
| 2012-02-02 | Update AUTHORS | Tom Christie |
| 2012-02-02 | merge | Sébastien Piquemal |
| 2012-02-02 | Response as a subclass of HttpResponse - first draft, not quite there yet. | Sébastien Piquemal |
| 2012-02-02 | Python docs say inherit from Exception, not BaseException. | Tom Christie |
| 2012-02-01 | Merge pull request #151 from mammique/master | Tom Christie |
| 2012-02-02 | merged with trunk's master | Sébastien Piquemal |