aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-10-17Use correct status codeTom Christie
2012-10-17Use correct status codeTom Christie
2012-10-17Add docs for 401 vs 403 responsesTom Christie
2012-10-17Add `Unauthenticated` exception.Tom Christie
2012-10-17Highlight use of permissions alnog with authenticationTom Christie
2012-10-17Docs tweaksTom Christie
2012-10-17Added @eofs. Thanks!Tom Christie
2012-10-17Merge pull request #298 from eofs/restframework2Tom Christie
2012-10-17Typo in class nameeofs
2012-10-16Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-10-15Merge pull request #296 from ulmus/restframework2Tom Christie
2012-10-15Explicit CSRF failure message. Fixes #60.Tom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-15Removed serializer.TextField and related testsJens Alm
2012-10-15Merge pull request #295 from ulmus/restframework2Tom Christie
2012-10-15Added docs, integer fields and refactored models.TextField to use CharFieldJens Alm
2012-10-15Revert "Support for request-based queryset limits on ListModelMixin"Jens Alm
2012-10-15Support for request-based queryset limits on ListModelMixinJens Alm
2012-10-15Added tests for TextFieldJens Alm
2012-10-15Added TextField to recognized fieldsJens Alm
2012-10-14Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-10-14Documentation for parsersTom Christie
2012-10-14Work on docsTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Docs tweaksTom Christie
2012-10-13Fix typoTom Christie
2012-10-13Merge pull request #293 from tomchristie/request-documentationTom Christie
2012-10-13Improve documentation for RequestsTom Christie
2012-10-13Merge pull request #291 from tomchristie/drop-coverageTom Christie
2012-10-12Merge pull request #292 from j4mie/patch-1Tom Christie
2012-10-12Fix tiny typoJamie Matthews
2012-10-11Change django-filter to version that supports Django 1.3.Ben Konrath
2012-10-11Use Decimal (properly) everywhere.Ben Konrath
2012-10-11Add PYTHONPATH in travis configTom Christie
2012-10-11Don't bother to setup.py test, just test directlyTom Christie
2012-10-11Drop coverage in travis testsTom Christie
2012-10-11Explicitly use Decimal for creating filter test data.Ben Konrath
2012-10-11Sanitise JSON error messagesTom Christie
2012-10-11Sanitise JSON error messagesTom Christie
2012-10-11Define 'page' query field name in one place.Ben Konrath
2012-10-11Make query filters work with pagination.Ben Konrath
2012-10-11Fix small PEP8 problem.Ben Konrath
2012-10-11Check for 200 status when unknown filter requested.Ben Konrath
2012-10-11First attempt at adding filter support.Ben Konrath
2012-10-10Don't fail when no data providedTom Christie
2012-10-10Fix session authTom Christie
2012-10-10Fix yaml renderingTom Christie
2012-10-10Tidy up APISettings object to not rely on module stateTom Christie
2012-10-10Fix key ordering in json. (sort if it's a sorted dictc representation, or no...Tom Christie
2012-10-10Make sure JSON output in Browseable API is nicely indentedTom Christie