aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-01-24Streamline test for #2455Brandon Cazander
2015-01-24Use enhanced request when cloning requests for checking permissions on other ↵Brandon Cazander
methods. Fixes #2455
2015-01-24Add missed files for test.Brandon Cazander
2015-01-24Add failing test for request.version AttributeError in BrowsableAPI.Brandon Cazander
2015-01-23Add 1.8 supportTom Christie
2015-01-23Merge masterTom Christie
2015-01-23Drop erronous check-inTom Christie
2015-01-23Merge pull request #2446 from tomchristie/django-18-alphaTom Christie
Support 1.8-alpha.
2015-01-23Move 1.8-alpha out of 'expected failures'Tom Christie
2015-01-23More sensible response caching.Tom Christie
2015-01-23More graceful handling of malformed Content-DispositionTom Christie
2015-01-23Add missing skipUnless(django_filters)Tom Christie
2015-01-23Fix template loader monkey patching to also support 1.8Tom Christie
2015-01-23Fix test matrixTom Christie
2015-01-23Drop django-filter from 1.8Tom Christie
2015-01-23Work around meta API differencesTom Christie
2015-01-23Merge pull request #2441 from linovia/bugfix/2425Tom Christie
Support for Django 1.8a1
2015-01-22Merge pull request #2428 from tomchristie/cursor-paginationTom Christie
Cursor pagination
2015-01-22Add paging controlsTom Christie
2015-01-22Cursor pagination now works with OrderingFilterTom Christie
2015-01-22Support ordering attribute either on view or on pagination class for ↵Tom Christie
CursorPagination
2015-01-22Support for tuple ordering in cursor paginationTom Christie
2015-01-22Python 3 fixes for cursor paginationTom Christie
2015-01-22Fix for python 3Tom Christie
2015-01-22Tidy up cursor tests and make more comprehensiveTom Christie
2015-01-22Tests for reverse paginationTom Christie
2015-01-22Add support for reverse cursorsTom Christie
2015-01-22Merge pull request #2444 from duncm/patch-1Tom Christie
fix link to Django CSRF docs
2015-01-22fix link to Django CSRF docsDuncan Maitland
2015-01-21Merge branch 'version-3.1' into cursor-paginationTom Christie
2015-01-21Owned by import *Xavier Ordoquy
2015-01-21Workaround Django issue 24198.Xavier Ordoquy
2015-01-21Use compact traceback for errors reporting.Xavier Ordoquy
2015-01-21Do not render HTML output for hidden fields. Closes #2410.Tom Christie
2015-01-21Make ReturnDict cachable. Closes #2360.Tom Christie
2015-01-21Merge masterTom Christie
2015-01-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-01-21Allow missing fields option for inherited serializers. Closes #2388.Tom Christie
2015-01-20Merge pull request #2438 from soooooot/patch-1José Padilla
correcting unclosed quote in docs routers.md
2015-01-20correcting unclosed quote in routers.mdsoooooot
correcting unclosed quote in routers.md
2015-01-19Merge pull request #2437 from erictheise/patch-2José Padilla
correcting "it's" to "its" in Tutorial 1
2015-01-19correcting "it's" to "its" in Tutorial 1Eric Theise
2015-01-19Merge branch 'version-3.1' into cursor-paginationTom Christie
2015-01-19NotImplemented -> NotImplementedErrorTom Christie
2015-01-19Merge masterTom Christie
2015-01-19Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-01-19NotImplemented -> NotImplementedErrorTom Christie
2015-01-19Merge pull request #2434 from alexsdutton/patch-1Tom Christie
NotImplemented is not an exception
2015-01-19Drop trailing whitespace on indented JSON output. Closes #2429.Tom Christie
2015-01-19NotImplemented is not an exceptionAlexander Dutton
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.