Releases: vikingco/django-triggers
Releases · vikingco/django-triggers
2.2.0
2.1.5
2.1.4
Bump version to 2.1.4
2.1.3
Let setup work with latest pip version
Fix setup.py to work with latest pip version
Fix pip import issue (#34) Pip internals have been shuffled around a bit in the last version which broke this import.
2.1.1: Use utility for redis locks
This makes it easier to test.
2.1.0
This version replaces django-db-locking with Redis locks. That means the former is no longer a dependency, while the latter becomes one.
A new setting DJTRIGGERS_REDIS_URL
is added (which is required), to point to the Redis instance to use.
Updates some dependencies to latest secure versions
Updates some dependencies to latest secure versions
Deal with non-existent triggers in individual task
Deal with non-existent triggers in the task that deals with single triggers.
Deal with non-existent triggers
Gracefully deal with non-existent triggers when trying to process all triggers in database.