django-jinja 1.4.1-2 source package in Ubuntu

Changelog

django-jinja (1.4.1-2) unstable; urgency=medium

  * Update Vcs-* control headers.
  * Remove unused Build-Depends.
  * Fix mistake in description of python3-django-jinja.
  * This package doesn't include a test suite. There is one in the the
    upstream git repository but it isn't included in the release tarball. The
    Python 3.5 unittest modules tries to load the module even if there is not
    test suite. This fails because the module isn't designed to be run outside
    django. Disable dh_auto_test. (Closes: #801932, #802066)

 -- Edward Betts <edward@4angle.com>  Fri, 16 Oct 2015 18:07:50 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-jinja_1.4.1-2.dsc 2.1 KiB 2b1481bd189eda7716635366a06c3c720cc25a20b52786bba6a7adf85ac9575d
django-jinja_1.4.1.orig.tar.gz 15.8 KiB 6f4c2e8c5ada17039ff1c1e38bc51bea9317af3676e28466148c8df5fc78f132
django-jinja_1.4.1-2.debian.tar.xz 2.6 KiB 8bf16340f582dfc08479ad26e7cd23c85a1e8a8df228c00619b377e4b7240354

No changes file available.

Binary packages built by this source

python-django-jinja: Jinja2 templating language integrated in Django

 Jinja2 provides certain advantages over the native system of Django, for
 example, explicit calls to callable from templates, has better performance
 and has a plugin system
 .
 Features:
 .
    * Auto-load templatetags compatible with Jinja2 on same way as Django.
    * Django templates can coexist with Jinja2 templates without any problems.
      It works as middleware, intercepts Jinja templates by file path pattern.
    * Django template filters and tags can mostly be used in Jinja2 templates.
    * I18n subsystem adapted for Jinja2 (makemessages now collects messages
      from Jinja templates)
    * Compatible with python2 and python3 using same codebase.
    * jinja2 bytecode cache adapted for use django cache subsystem.

python3-django-jinja: Jinja2 templating language integrated in Django (Python 3 version)

 Jinja2 provides certain advantages over the native system of Django, for
 example, explicit calls to callable from templates, has better performance
 and has a plugin system
 .
 Features:
 .
    * Auto-load templatetags compatible with Jinja2 on same way as Django.
    * Django templates can coexist with Jinja2 templates without any problems.
      It works as middleware, intercepts Jinja templates by file path pattern.
    * Django template filters and tags can mostly be used in Jinja2 templates.
    * I18n subsystem adapted for Jinja2 (makemessages now collects messages
      from Jinja templates)
    * Compatible with python2 and python3 using same codebase.
    * jinja2 bytecode cache adapted for use django cache subsystem.
 .
 This package contains django-jinja for Python 3.