FileSize | 17700 |
MD5 | 3DC35B31ACD828B5A77C6E6998F0C37B |
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 | 2.0.0-1 |
SHA-1 | DD85A75A8219874513D1847801811C53D6BB18D8 |
SHA-256 | 8C57941A6BED185A92844B497EF1B37652921F0AEF6D91ADEEDD1D895F25D074 |