django-jinja 2.11.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update Standards-Version.
  * Update copyright year.

 -- Edward Betts <edward@4angle.com>  Thu, 07 Sep 2023 20:48:00 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-jinja_2.11.0-1.dsc 2.0 KiB 2104aa822b39dfdd884c785ac64aff4e6dfed85137797913c894cc5f4260d91b
django-jinja_2.11.0.orig.tar.gz 43.5 KiB f8db26b4513f08e6da7e761b58d22f4c0b72207f252e974e19178180118316c3
django-jinja_2.11.0-1.debian.tar.xz 3.8 KiB 9eaaf29ef2e8fdee39f5abaf8534b2c4ddaa9f3647e7112e654044183fb95b7c

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.