August 3rd, 2010· Changed jQuery to use noConflict to be more compatible with other frameworks.
· Added setting files for Django 1.1 and Django 1.2.
· Added short howto on getting the testproject up and running.
June 24th, 2010· Fixed an issue with applications that add log entries to the tables before the unit tests are run, which caused unit tests for django-logdb to fail.
June 7th, 2010· Fixed a problem with django-logdb test suite being used in a project with an existing logging configuration.
· Updated testproject to Django 1.2.
· Added the license (MIT) file (sorry Jacob).
March 4th, 2010· Added templates for LogEntry in manifest file.
· Fixed a problem that occurred when something other then a string was passed as a message.
February 17th, 2010· Use int64-friendly field for storing thread ID (vvarp).
· Fixed a problem with invalid characters passed as logging argument.
February 7th, 2010· Aggregation of logs is now done in a transaction.
· Changed templates to allow for easier customization.
· Fixed an error in tests.py that occured with Python 2.5.
· Added 2 new settings: INTERVAL and HISTORY_DAYS with the defaults as before.
· Moved JS code from extrastyle to extrahead block in templates.
January 24th, 2010· Updated README to include examples to serve the media.
· Fixed a problem with saving objects or instances as log record arguments (picklefield).
· Fixed a problem with unicode characters in the arguments.
· Replaced library picklefield with JSONField and TupleField.
January 16th, 2010· Removed Django as a requirement (although it's still required) to prevent conflicts with djangorecipe.