django-fsm 2.8.1-1 source package in Ubuntu

Changelog

django-fsm (2.8.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Sun, 18 Sep 2022 20:30:07 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-fsm_2.8.1-1.dsc 1.7 KiB 176ef2f9f9ea7b7106b5c4581913122cbf44bd1fad0286eabad3168d77860931
django-fsm_2.8.1.orig.tar.gz 22.7 KiB f76eed326df4ca0307aeb549800a838e3fb3bfc9e1b5a6faf14f793f8b735a37
django-fsm_2.8.1-1.debian.tar.xz 3.2 KiB 84bdfb2d26a2699d5482f8c04da81e8f186930f9138eaec041ffaa95e21cc790

Available diffs

No changes file available.

Binary packages built by this source

python3-django-fsm: Django friendly finite state machine support (Python3 version)

 django-fsm adds declarative states management for django models. Instead of
 adding some state field to a django model, and managing its values by hand,
 you could use FSMState field and mark model methods with the transition
 decorator. Your method could contain the side-effects of the state change.
 .
 This package contains the Python 3 version of the library.