FileSize | 17480 |
MD5 | 149329EC105DE3AD604B1C3F4126A216 |
PackageDescription | custom Django field for easy use of markup in text fields (Python3 version)
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)
.
This package contains the Python 3 version of the library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-django-markupfield |
PackageSection | python |
PackageVersion | 1.5.0-2 |
SHA-1 | 3B02D19C399DDF760804C541B06701AEA9E41E67 |
SHA-256 | 90094DF1FCF6575767F2DAD65108520F0F0FD312C384BC3B8793FA63EC170B25 |