Commit graph

5 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
4c58d05a77 Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 15:03:55 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Martin Wilke
0004cc0c2e - Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
2016-01-16 11:19:09 +00:00
Sunpoet Po-Chuan Hsieh
53ac6eda6f - Update MAINTAINER: use @FreeBSD.org 2015-12-25 07:04:07 +00:00
Rene Ladan
48732ff31f A better alternative to the native transaction signals of Django.
Sometimes you need to fire off an action related to the current database
transaction, but only if the transaction successfully commits. Examples:
a Celery task, an email notification, or a cache invalidation.

Doing this correctly while accounting for savepoints that might be
individually rolled back, closed/dropped connections, and idiosyncrasies of
various databases, is non-trivial. Transaction signals just make it easier
to do it wrong.

django-transaction-hooks does the heavy lifting so you don't have to.

WWW: https://github.com/arljm/django-transaction-hooks/
2015-12-08 20:21:14 +00:00