- Fixed regression bug: bad plain string conversion to JSON - Added a command, ./manage.py fix_json_results to fix badly-formatted strings.
0.5.2
-------------------------
- Changes default admin options of PeriodicTask.
0.5.1
-------------------------
- Use Kombu (celery) JSON serialization instead of Python serialization. - No longer automatically monkey patch apply_async: requires a setting and can be replaced by using a base task class.
0.5.0
----------------------
- Provide a memory-efficient alternative to a Task's ETA or Countdown.
0.4.1
--------------------------
- Can now filter tasks by name in the PeriodicTask Django Admin.
0.4.0
--------------------------
- Can now filter tasks by name in the Django Admin.