django-classy-tags 1.0.0-2 source package in Ubuntu

Changelog

django-classy-tags (1.0.0-2) unstable; urgency=low

  * Tell autodep8 to use the correct import name (Closes: #948746).
  * Bump Standards-Version to 4.5.0.

 -- Michael Fladischer <email address hidden>  Sun, 16 Feb 2020 11:13:01 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-classy-tags_1.0.0-2.dsc 1.9 KiB 5be0a5fd1853e2b5f9b7b18bc864633cfc1937b14ad1fa66a6fd5d2ea3fc033e
django-classy-tags_1.0.0.orig.tar.gz 37.0 KiB 1bd844efccfd1018188f66138b467c0747bd80d964f03455fc7e4482088d502c
django-classy-tags_1.0.0-2.debian.tar.xz 4.8 KiB e8cad5e7ef00f3dd824bf369558988d0f13f83d645f4a398d58e39b720ba0e97

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.