django-fsm 2.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh remove_django_jenkins.patch.
  * README.md has been renamed to README.rst.
  * Add python(3)-django-guardian to Build-Depends.
  * Initialize git-dpm.

 -- Michael Fladischer <email address hidden>  Fri, 16 Oct 2015 11:50:26 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-fsm_2.3.0-1.dsc 2.2 KiB 743a63e6f4bf80c2e79a07245b6916928c45b858533922878c56026da0af8d6e
django-fsm_2.3.0.orig.tar.gz 19.0 KiB 312b59f5ba490d6c2fa5946a52630036b7265bfefa274a7338b340ff8d9cd8a6
django-fsm_2.3.0-1.debian.tar.xz 2.9 KiB c0bb714b9b59a3224c7cbf1969422af99501237ad745d15b94173a31e34885b9

Available diffs

No changes file available.

Binary packages built by this source

python-django-fsm: Django friendly finite state machine support

 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.

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.