aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
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-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
2015-01-11Fix ident format when using HTTP_X_FORWARDED_FORJosé Padilla
2015-01-10Make FileUploadParser work with standard django APIAsk Holme
2015-01-09First pass at 3.1 pagination APITom Christie
2015-01-09Merge pull request #2373 from jakul/document-translations-3.1Tom Christie
2015-01-08Merge remote-tracking branch 'origin/master' into release/3.0.3Xavier Ordoquy
2015-01-08remove unused importCraig Blaszczyk
2015-01-08Ammend docstring to use python2/3 compatible example.Tom Christie
2015-01-08Ensure urlparse is not publically exposed in compat.py - less chance of accid...Tom Christie
2015-01-07restore Django 404Craig Blaszczyk
2015-01-07swap backticks for double quotesCraig Blaszczyk
2015-01-07Bumped the version to 3.0.3.Xavier Ordoquy
2015-01-07prefer single quotes in source and double quotes in user visible strings; add...Craig Blaszczyk
2015-01-07use double quotes in user messagesCraig Blaszczyk
2015-01-07update source stringsCraig Blaszczyk
2015-01-07use double quotes for user visible strings; end user visible strings in full ...Craig Blaszczyk
2015-01-07remove hardcoded page numberCraig Blaszczyk
2015-01-07recompile pofile with new python format stringsCraig Blaszczyk
2015-01-07switch to using format strings in error messages; raise NotFound when paginat...Craig Blaszczyk
2015-01-06Fix compatibility comment regarding OrderedDictRyan Gaffney
2015-01-05Pass init arguments through to serializer from pagination serializer.Tom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05Udpate docstringTom Christie
2015-01-05Update docstringTom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.Tom Christie
2015-01-02add missing period; update generated translationsCraig Blaszczyk
2015-01-02update error messages for language and consistencyCraig Blaszczyk