aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2015-01-27Clone the versioning_scheme when necessary. Fixes #2477Brandon Cazander
2015-01-26Set a version attribute on cloned requests if necessary.Brandon Cazander
2015-01-24Use enhanced request when cloning requests for checking permissions on other ...Brandon Cazander
2015-01-23Add 1.8 supportTom Christie
2015-01-23Merge masterTom Christie
2015-01-23More sensible response caching.Tom Christie
2015-01-23More graceful handling of malformed Content-DispositionTom Christie
2015-01-23Work around meta API differencesTom Christie
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 CursorPa...Tom Christie
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-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-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-21Allow missing fields option for inherited serializers. Closes #2388.Tom Christie
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-19Drop trailing whitespace on indented JSON output. Closes #2429.Tom Christie
2015-01-19NotImplemented is not an exceptionAlexander Dutton
2015-01-19ReturnDict and ReturnList repr as standard dict/list. Closes #2421.Tom Christie
2015-01-19Handle UUID objects in JSONEncoder. Closes #2433.Tom Christie
2015-01-19Fix timedelta JSON serialization on Python 2.6.Fabien Bochu
2015-01-19Add offset support for cursor paginationTom Christie
2015-01-17Cleaning up cursor implementationTom Christie
2015-01-17First pass at cursor paginationTom Christie
2015-01-16Fix compat issuesTom Christie
2015-01-16More pagination tests & cleanupTom Christie
2015-01-15Tests for LimitOffsetPaginationTom Christie
2015-01-15Flake 8 fixesTom Christie
2015-01-15Tweaks, and add pagination controls for offset/limit.Tom Christie
2015-01-14TweaksTom Christie
2015-01-14Include pagination control in browsable APITom Christie
2015-01-14Include paragraph around view description in browable APITom Christie
2015-01-14Include paragraph around view description in browable APITom Christie
2015-01-14Preserve ordering on relationship drop-down choices. Closes #2408.Tom Christie
2015-01-13API tweaks and pagination documentationTom Christie
2015-01-12Merge pull request #2399 from askholme/masterTom Christie
2015-01-12Fix error when NUM_PROXIES is greater than oneJosé Padilla