Skip to content

Releases: transifex/django-events

Fix setup.py version

13 Jun 09:39
Compare
Choose a tag to compare
0.3.1

bump version

Lazy loading of event models

13 Jun 09:34
9259d0e
Compare
Choose a tag to compare

Event models that are specified as strings in the configuration were previously loaded immediately upon import of django-events. With this release, loading is deferred until the actual time that an event is being emitted.

Python 3 compatibility

13 Jun 09:10
49a1af8
Compare
Choose a tag to compare
Merge pull request #3 from transifex/py3-compatibility

Python3 compatibility (and general housekeeping)