aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/formatting.py
AgeCommit message (Expand)Author
2015-01-14Include paragraph around view description in browable APITom Christie
2015-01-14Include paragraph around view description in browable APITom Christie
2014-09-05Use force_text from compatJosé Padilla
2014-09-05Merge remote-tracking branch 'poswald/view-description-as-promise' into view-...José Padilla
2014-08-19Code linting and added runtests.pyTom Christie
2014-08-19replace unicode call with force_textPaul Oswald
2014-07-29evaluate content at function startPaul Oswald
2014-07-28Evaluate content before passing to regex.subPaul Oswald
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-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-04Factor view names/descriptions out of View classTom Christie