Releases: transifex/django-events
Releases · transifex/django-events
Fix setup.py version
Lazy loading of event models
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
Merge pull request #3 from transifex/py3-compatibility Python3 compatibility (and general housekeeping)