django-sekizai 4.0.0-2 source package in Ubuntu

Changelog

django-sekizai (4.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends-Indep: Drop versioned constraint on python3-django.

 -- Jelmer Vernooij <email address hidden>  Fri, 28 Oct 2022 19:31:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-sekizai_4.0.0-2.dsc 2.5 KiB 09b13a609d3b01cb51027d9c039f36916c172453620c52b2dc5284f2e00e15e6
django-sekizai_4.0.0.orig.tar.gz 22.4 KiB c487f568b824fabaa4056361181670c32a7642772365dcb602b580836d647c3a
django-sekizai_4.0.0-2.debian.tar.xz 5.3 KiB c57b9865952bb838598c32eb75afcd868bfb5bc8d603cb1c12251a9caa7dc786

Available diffs

No changes file available.

Binary packages built by this source

python-django-sekizai-doc: template blocks for Django projects (Documentation)

 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the documentation.

python3-django-sekizai: template blocks for Django projects (Python3 version)

 Sekizai means “blocks” in Japanese, and that’s what this app provides.
 A fresh look at blocks. With django-sekizai you can define placeholders
 where your blocks get rendered and at different places in your templates
 append to those blocks. This is especially useful for css and javascript.
 Your subtemplates can now define css and javscript files to be included,
 and the css will be nicely put at the top and the javascript to the bottom,
 just like you should. Also sekizai will ignore any duplicate content in
 a single block.
 .
 This package contains the Python 3 version of the library.