django-classy-tags 4.1.0-1 source package in Ubuntu

Changelog

django-classy-tags (4.1.0-1) unstable; urgency=medium

  * New upstream version 4.1.0
  * Bump Standards-Version to 4.6.2.
  * Build using pybuild-plugin-pyproject.
  * Switch to python3-pytest and python3-pytest-django to run tests.

 -- Michael Fladischer <email address hidden>  Fri, 04 Aug 2023 17:57:00 +0000

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
Noble release universe python
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-classy-tags_4.1.0-1.dsc 2.0 KiB 8f5823a1d2a4690b024b0c4f0539bab82ff5aee5e31d5535914b8c07bd6db0b4
django-classy-tags_4.1.0.orig.tar.gz 41.7 KiB 92a9db62e9c3107fe8d028b11ff81024908a8de70b6777e88398ae2615713050
django-classy-tags_4.1.0-1.debian.tar.xz 5.7 KiB 2ea5be6bf2cfbab55be0494d81808bd056855a3a2e14f483911ee48da591e970

Available diffs

No changes file available.

Binary packages built by this source

python-django-classy-tags-doc: Class based template tags for Django projects (Documentation)

 django-classy-tags is an approach at making writing template tags in
 Django easier, shorter and more fun. It provides an extensible
 argument parser which reduces most of the boiler plate code you
 usually have to write when coding custom template tags.
 .
 django-classy-tags does no magic by design. Thus you will not get
 automatic registering/loading of your tags like other solutions
 provide. You will not get automatic argument guessing from function
 signatures but rather you have to declare what arguments your tag
 accepts. There is no magic in your template tag class either,
 it’s just a subclass of django.template.Node which invokes a parser
 class to parse the arguments when it’s initialized and resolves those
 arguments into keyword arguments in it’s render method and calls its
 render_tag method with those keyword arguments.
 .
 This package contains the documentation.

python3-django-classy-tags: Class based template tags for Django projects (Python3 version)

 django-classy-tags is an approach at making writing template tags in
 Django easier, shorter and more fun. It provides an extensible
 argument parser which reduces most of the boiler plate code you
 usually have to write when coding custom template tags.
 .
 django-classy-tags does no magic by design. Thus you will not get
 automatic registering/loading of your tags like other solutions
 provide. You will not get automatic argument guessing from function
 signatures but rather you have to declare what arguments your tag
 accepts. There is no magic in your template tag class either,
 it’s just a subclass of django.template.Node which invokes a parser
 class to parse the arguments when it’s initialized and resolves those
 arguments into keyword arguments in it’s render method and calls its
 render_tag method with those keyword arguments.
 .
 This package contains the Python 3 version of the library.