FileSize | 14738 |
MD5 | D45A67B3A0AA279B967B9B1BB6176C22 |
PackageDescription | custom Django field for easy use of markup in text fields
An implementation of a custom MarkupField for Django. A MarkupField is in
essence a TextField with an associated markup type. The field also caches
its rendered value.
.
It supports these markup types by default:
* html: allows HTML, potentially unsafe
* plain: plain text markup, calls urlize and replaces text with linebreaks
And these markups if the appropriate Python module is installed:
* markdown: default markdown renderer (requires python-markdown)
* restructuredtext: default ReST renderer (requires python-docutils)
* textile: default textile renderer (requires python-textile) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-django-markupfield |
PackageSection | python |
PackageVersion | 1.1.1-2 |
SHA-1 | F67AE30E799D01049B2114451037358CAC861F46 |
SHA-256 | 64155C1AD0B65A9C1EE4223B37DA919A766A788FA8A39622FD4C4B2636E184E4 |