FileSize | 18996 |
MD5 | 82BF0BAC8FBC7CA5D4ADA5FA283C8314 |
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 Team <team+python@tracker.debian.org> |
PackageName | python3-django-markupfield |
PackageSection | python |
PackageVersion | 2.0.1-1 |
SHA-1 | F14FFCB85CD4A0A716B84C5D4A76388FDD08B655 |
SHA-256 | 4359F14671ECC39D5A110ED09ED7712857F136F4D40902ED978E5DA5AFA62360 |