django-markupfield 1.3.5-1 source package in Ubuntu

Changelog

django-markupfield (1.3.5-1) unstable; urgency=medium

  * New upstream release.
  * Drop django-1.7.patch as this issue has been fixed upstream.

 -- Michael Fladischer <email address hidden>  Tue, 02 Jun 2015 08:52:15 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-markupfield_1.3.5-1.dsc 2.3 KiB b7fc4b105ec1467ac1d26234137a4519aa9bf6ccb28b27349db7dbc6d5f56df9
django-markupfield_1.3.5.orig.tar.gz 13.4 KiB 10bb1a4231513440970ee491816493935d2ce8e50f4255685af2018ed4a2cb41
django-markupfield_1.3.5-1.debian.tar.xz 3.8 KiB 141bbcf3b3ba4c5302d412b705ad035f8ed8ee9c5f8c649624c1a3a7783814f8

Available diffs

No changes file available.

Binary packages built by this source

python-django-markupfield: 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)

python3-django-markupfield: 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.