notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: databases/py-django-transaction-hooks/Makefile
SVNWeb

Number of commits found: 10

Thu, 2 Apr 2020
[ 00:05 wen search for other commits by this committer ] Original commit   Revision:530251
- Mark DEPRECATED
Fri, 8 Mar 2019
[ 14:45 antoine search for other commits by this committer ] Original commit   Revision:495043 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Remove dependency on the django metaport

With hat:	portmgr
Sun, 14 Oct 2018
[ 15:38 rene search for other commits by this committer ] Original commit   Revision:482046
Hand over databases/py-django-transaction-hooks to the Python team.
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Tue, 6 Mar 2018
[ 22:45 rene search for other commits by this committer ] Original commit   Revision:463771
Use the Django meta-port for my Django port to avoid conflicts between them.

Bump PORTREVISIONs
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 16 Jan 2016
[ 11:19 miwi search for other commits by this committer ] Original commit   Revision:406208 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
Fri, 25 Dec 2015
[ 07:04 sunpoet search for other commits by this committer ] Original commit   Revision:404403
- Update MAINTAINER: use @FreeBSD.org
Tue, 8 Dec 2015
[ 20:21 rene search for other commits by this committer ] Original commit   Revision:403346
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/

Number of commits found: 10