FileSize | 18868 |
MD5 | 2538B64C26727657CCE84A0D58F867CC |
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 | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python3-django-markupfield |
PackageSection | python |
PackageVersion | 2.0.0-1 |
SHA-1 | 5F868E8A39F064FEBAE94EED47D5CD60DBBD1B4F |
SHA-256 | 27B557F9A548D6DC473BDACCD77AE5C0617D8160AC7B6724E6143FAE81DE825F |