aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils
AgeCommit message (Expand)Author
2014-08-19Resolve python3 linting issueTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-04-11Fix dict_keys equality test for python 3.Ian Leith
2014-01-17Encode django QuerySets to lists and not dicts in JSONEncoderMathieu Pillard
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
2013-12-09Fix compat issues for #1231Tom Christie
2013-11-21Fix issue #1231: JSONEncoder doesn't handle dict-like objectsMalcolm Box
2013-10-17Fix decimal support with YAMLRendererbadaud_t
2013-09-25Drop 1.3 supportTom Christie
2013-09-13Let JSONEncoder handle Numpy data types.David Pretty
2013-08-29Fix breadcrumb view namesTom Christie
2013-08-19Move view name/description functions into public spaceTom Christie
2013-08-17Updated default view name/description functionsChristopher Paolini
2013-08-17Improved view/description function settingChristopher Paolini
2013-08-16Settings now have default functionsChristopher Paolini
2013-08-15Ability to override name/description of viewChristopher Paolini
2013-06-26Refactored get_view_description, moved appropriate tests to test_description.pyIgor Kalat
2013-06-22Make browsable API views play nice with utf-8Igor Kalat
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-07Fix breadcrumb rendering issue2.3.1Tom Christie
2013-04-26Bits of cleanupTom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-04Factor view names/descriptions out of View classTom Christie
2013-02-22XML cleanupTom Christie
2013-02-04Cleanup importsTom Christie
2013-02-01Py3k cleanupTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-15Add timedelta encoder to the JSONEncoder class.James Cleveland
2013-01-05deprecate simplejsonJuan Riaza
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-23Default encoding should probably be latin-1 as some RFC seems to imply it.Xavier Ordoquy
2012-11-226 first tests passes under python 3.2Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-07Fix repeated breadcrumbs when optional trailing slash is usedTom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Fix yaml renderingTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie