django-jinja 2.9.0-1 source package in Ubuntu

Changelog

django-jinja (2.9.0-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch for upstream filename changes.

 -- Edward Betts <edward@4angle.com>  Wed, 25 Aug 2021 16:25:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-jinja_2.9.0-1.dsc 2.0 KiB 14f8c911ce64c959bac4dd6b89d03c79fe5c815deea0aa90943e87ca800cce9a
django-jinja_2.9.0.orig.tar.gz 47.4 KiB 69433ea312264a541acf1e3e9748e44783ad33381e48e6a7230762e02f005276
django-jinja_2.9.0-1.debian.tar.xz 3.3 KiB e64c4bdb3fc428bf1797067a4e525cc60557e36e71f71711ac6fe923e9339c21

Available diffs

No changes file available.

Binary packages built by this source

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 the 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)
    * jinja2 bytecode cache adapted for using django's cache subsystem.
    * Support for django context processors.