aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-02-23updated docsSébastien Piquemal
2012-02-23fixed permissions examples + sanity testSébastien Piquemal
2012-02-23authentication refactor : request.user + tests passSébastien Piquemal
2012-02-23merged + fixed broken testSébastien Piquemal
2012-02-23hack to fix ImmediateResponse renderingSébastien Piquemal
2012-02-21Merge master into developTom Christie
2012-02-21Merging master into developTom Christie
2012-02-20Some cleanupTom Christie
2012-02-17Merge git://github.com/sebpiq/django-rest-framework into developTom Christie
2012-02-15Merge pull request #162 from poswald/masterTom Christie
2012-02-14merged with trunkSébastien Piquemal
2012-02-14fixed examples, corrected small bugs in the processSébastien Piquemal
2012-02-14Move stylesheet references to the new relative namespacePaul Oswald
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-11Fix typo.Tom Christie
2012-02-11`OPTIONS` is also a safe method.Tom Christie
2012-02-11Updated CHANGELOG. 'Added DjangoModelPermissions'.Tom Christie
2012-02-11Improve docstring on DjangoModelPermissions, and also ensure the user is auth...Tom Christie
2012-02-11Minor name changeTom Christie
2012-02-11Fix up DjangoModelPermissions.Tom Christie
2012-02-11Merge pull request #160 from mammique/django_permsTom Christie
2012-02-11DjangoModelPermisson's descCamille Harang
2012-02-11check authentication after checking ModelResourceCamille Harang
2012-02-11DjangoModelPermissonCamille Harang
2012-02-10attempt at fixing the examplesSébastien Piquemal
2012-02-10made suggested fixesSébastien Piquemal
2012-02-07modified examples, somethin' still broken, can't find whatSébastien Piquemal
2012-02-07some docs for Request/Response/mixinsSébastien Piquemal
2012-02-07cleaned Request/Response/mixins to have similar interfaceSébastien Piquemal
2012-02-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-02-07Use app for Django 1.2Tom Christie
2012-02-07cleaned a bit Response/ResponseMixin code, added some documentation + renamed...Sébastien Piquemal
2012-02-07Merge pull request #156 from j4mie/duplicate-page-paramTom Christie
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
2012-02-07In examples settings, use staticfiles for 1.2, django.contrib.staticfiles oth...Tom Christie
2012-02-07Attempt to stop banging head against brick wall.Tom Christie
2012-02-07Distutils, you are a harsh master.Tom Christie
2012-02-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-02-07Fix distutils errorsTom Christie
2012-02-07TweakTom Christie
2012-02-07TweakTom Christie
2012-02-07Tweaks.Tom Christie
2012-02-07Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.Tom Christie
2012-02-02Update AUTHORSTom Christie
2012-02-02mergeSébastien Piquemal
2012-02-02Response as a subclass of HttpResponse - first draft, not quite there yet.Sébastien Piquemal
2012-02-02Python docs say inherit from Exception, not BaseException.Tom Christie
2012-02-01Merge pull request #151 from mammique/masterTom Christie
2012-02-02merged with trunk's masterSébastien Piquemal
2012-02-01* -> **Camille Harang