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

1.0 alpha 1

07 Sep 16:09

Choose a tag to compare

1.0 alpha 1 Pre-release
Pre-release

This release adds support for Django 3.0, and drops support for Python 2 and unsupported Django versions (most notably Django 1.11).

Overview of changes: #263

0.4.5

12 Jan 22:46
1c8d60b

Choose a tag to compare

0.4.5 Pre-release
Pre-release

Added support for Django 2.0, along with a number of bug fixes.

0.4.4

18 Nov 15:04
e33aef8

Choose a tag to compare

0.4.4 Pre-release
Pre-release

Release notes to be added soon.

0.4.3

16 Feb 21:35

Choose a tag to compare

0.4.3 Pre-release
Pre-release

Fixes

  • Fixes cricital bug in admin mixin making the library only usable on Django 1.11 (thanks, @audiolion)

0.4.2

16 Feb 14:37

Choose a tag to compare

0.4.2 Pre-release
Pre-release

As it turns out, haste is never good. Due to the focus on quickly releasing this version a nasty bug was not spotted, which makes this version only usable with Django 1.11 and above. Upgrading to 0.4.3 is not only encouraged but most likely necessary. Apologies for the inconvenience and lacking quality control.

Improvements

  • Models can be registered with decorators now (thanks @skorokithakis)

Fixes

0.4.1

27 Dec 10:29

Choose a tag to compare

0.4.1 Pre-release
Pre-release

Improvements

Fixes

0.4.0

17 Aug 21:29

Choose a tag to compare

0.4.0 Pre-release
Pre-release

Breaking changes

  • Dropped support for Django 1.7
  • Updated dependencies - please check whether your project works with these higher versions

New features

  • Management command for deleting all log entries
  • Added admin interface (thanks, @Crackjack)

Improvements

  • Compatibility with Django 1.10
  • Updated dependencies

Fixes

  • Solved migration error for MySQL users

0.3.3

23 Jan 22:00

Choose a tag to compare

0.3.3 Pre-release
Pre-release

Fixes

  • unregister method (thanks, @kbussell)
  • LogEntry.objects.get_for_objects works properly on PostgreSQL (thanks, @justinlittman)
  • Added index in 0.3.2 no longer breaks for users with MySQL databases

Important notes

  • The object_pk field is now limited to 255 chars

0.3.2

19 Oct 14:18

Choose a tag to compare

0.3.2 Pre-release
Pre-release

New functionality

  • Compatibility with Django 1.9 (thanks to @grendel513 and others)
  • Tests passing with Django 1.9a1

Improvements

  • Enhanced performance for non-integer primary key lookups (thanks to @7wonders)

0.3.1

29 Jul 22:00

Choose a tag to compare

0.3.1 Pre-release
Pre-release

Fixes

  • Auditlog data is now correctly stored in the thread. Thanks to @7wonders for noticing!