Major refactoring. Scaling decoupled from django processes. New AUTOTASK_WORKERS setting.
Bugfix: missing import added. Some typos in admin interface.
Timezone bugfix
Bugfix: missing import added
PostgreSQL Requirement removed. Works now with PostgreSQL and SQLite3. (Should also work with MySQL and Oracle, but untested)
Rewrite of the cron scheduler
Bugfix in settings import
Refactoring of settings import. If autotask is not active the decorators will return the original function.
AUTOTASK_IS_ACTIVE setting added to simplify installation.
Bugfix in backport.
Backport for Python 2: runs now with Python >= 3.3 and 2.7
worker main loop enhanced
Bugfix: starting subprocess now with executable from settings.
Bugfix in signal handling and executable settings added. Improved stability. Documentation extended.
first public releases.