index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
utils
/
formatting.py
Age
Commit message (
Expand
)
Author
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2014-09-05
Use force_text from compat
José Padilla
2014-09-05
Merge remote-tracking branch 'poswald/view-description-as-promise' into view-...
José Padilla
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-19
replace unicode call with force_text
Paul Oswald
2014-07-29
evaluate content at function start
Paul Oswald
2014-07-28
Evaluate content before passing to regex.sub
Paul Oswald
2013-08-19
Move view name/description functions into public space
Tom Christie
2013-08-17
Updated default view name/description functions
Christopher Paolini
2013-08-17
Improved view/description function setting
Christopher Paolini
2013-08-16
Settings now have default functions
Christopher Paolini
2013-08-15
Ability to override name/description of view
Christopher Paolini
2013-06-26
Refactored get_view_description, moved appropriate tests to test_description.py
Igor Kalat
2013-06-22
Make browsable API views play nice with utf-8
Igor Kalat
2013-04-26
Deal with List/Instance suffixes for viewsets
Tom Christie
2013-04-04
Factor view names/descriptions out of View class
Tom Christie