django-celery-transactions 0.3.2-1 source package in Ubuntu

Changelog

django-celery-transactions (0.3.2-1) unstable; urgency=low

  * Initial release (Closes: #791675).

 -- Michael Fladischer <email address hidden>  Tue, 07 Jul 2015 16:09:46 +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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-celery-transactions_0.3.2-1.dsc 2.4 KiB 32c70f6e4b87c68d7f6ef80cf405fa01fa311c4a3ed31015705cd30122ce79ec
django-celery-transactions_0.3.2.orig.tar.gz 10.0 KiB 4db80ac03d5519e102dce9268e7a5ac66e909de2558e96607dfb61aec961fb32
django-celery-transactions_0.3.2-1.debian.tar.xz 2.2 KiB 20265aebcf9fef5c17601fc96be7cc37154609ecce010d7a8b666f759455be47

No changes file available.

Binary packages built by this source

python-django-celery-transactions: Django transaction support for Celery tasks

 django-celery-transactions holds on to Celery tasks until the current database
 transaction is committed, avoiding potential race conditions as described in
 Celery's user guide.
 .
 Features:
  * If the transaction is rolled back, the tasks are discarded. Django's
    transaction middleware does this if an exception is raised.
  * If transactions aren't being managed, tasks are sent as normal. This means
    that sending tasks from within Django's shell will work as expected, as
    will the various transaction decorators commit_manually, commit_on_success,
    etc.

python3-django-celery-transactions: Django transaction support for Celery tasks (Python3 version)

 django-celery-transactions holds on to Celery tasks until the current database
 transaction is committed, avoiding potential race conditions as described in
 Celery's user guide.
 .
 Features:
  * If the transaction is rolled back, the tasks are discarded. Django's
    transaction middleware does this if an exception is raised.
  * If transactions aren't being managed, tasks are sent as normal. This means
    that sending tasks from within Django's shell will work as expected, as
    will the various transaction decorators commit_manually, commit_on_success,
    etc.
 .
 This package contains the Python 3 version of the library.