django-event-system
django-event-system copied to clipboard
A string based event system for django
Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Hello there, For some reason, when dispatching an event from within any given class method or from a listener's handle method, the event doesn't get captured by its corresponding listeners....
Need further change on this commit: 1. change `deploy.user` to your pypi usename 2. change `deploy.password` to your own password with `travis encrypt --add deploy.password`
Add automated releases for travis CI. When I tag a release here on github, it should automatically trigger a build in travis that tests the application, builds the pypi package...
Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...
I observed that whenever new request is initiated, django-event-system executes all listeners & handlers with empty data. See below: Following is my simple handler: ``` def receive_event(*args, **kwargs): print('event received')...
Does this library work on DRF? Or just Django? Here's my error. Any idea what could be causing it? django.core.exceptions.ImproperlyConfigured: Cannot import 'djangoevents'. Check that 'events.apps.DjangoeventsConfig.name' is correct.
First of all, thanks for this work. It has saved lot of our time. We're planning to use this package in our production to implement event-driven-architecture. As of now, I'm...
Bumps [gevent](https://github.com/gevent/gevent) from 1.4.0 to 23.9.0. Changelog Sourced from gevent's changelog. ================= Changes for 1.4 .. currentmodule:: gevent Commits 693181e Preparing release 23.9.0 6fc7898 Set the cython version; go back...