WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: jazzband/django-auditlog

0.3.0

21 Jul 23:41

Choose a tag to compare

0.3.0 Pre-release
Pre-release

Breaking changes

Support for out-of-date Django versions is dropped as of this release. At minimum Django version 1.7 is required. This also means that South is no longer supported.

New functionality

  • Workaround for many-to-many support
  • Additional data
  • Support for both Python 2.7 and 3.4 (tested)

Improvements

  • Better diffs
  • Remote address is logged through middleware
  • Better documentation
  • Compatibility with django-polymorphic

0.2.1

08 Jul 16:59

Choose a tag to compare

0.2.1 Pre-release
Pre-release

New functionality:

  • South compatibility for AuditlogHistoryField

0.2.0

08 Jul 16:32

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Although this release contains mostly bugfixes, the improvements were significant enough to justify a higher version number. Also, less changes to the API are expected.

Improvements:

  • Signal disconnection fixed
  • Model diffs use unicode strings instead of regular strings
  • Tests on middleware

0.1.1

12 Dec 18:18

Choose a tag to compare

0.1.1 Pre-release
Pre-release

New functionality:

  • Utility methods for using log entry data

Improvements:

  • Only save a new log entry if there are actual changes
  • Better way of loading the user model in the middleware