Skip to content

Releases: BillSchumacher/django-audimatic

v0.4.0

28 Oct 20:42
c6a349c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

28 Oct 18:04
b8d8575
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Dec 22:46
ff9a50d
Compare
Choose a tag to compare

What's Changed

  • Python 3.8 by @BillSchumacher in #1
  • Drop support for Django 3.1, added support for Python 3.8
  • Added basic tests, coveralls, auto-deployment.

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

21 Sep 03:39
Compare
Choose a tag to compare
  • Fix migrations not being included

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Sep 03:33
Compare
Choose a tag to compare
  • Add table to track future audit actions.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

21 Sep 01:02
Compare
Choose a tag to compare
  • Fix migration bug
  • Added behave
  • Added publish CI/CD

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Sep 01:55
Compare
Choose a tag to compare

Added significant improvements.

  • AdminModel Inline
  • Code formatting
  • Automatic dependency setup
  • Instructions in README
  • MIT License
  • Typing
  • Django system checks to ensure setup is correct.
  • Helper methods

Full Changelog: v0.1.1...v0.2.0

v0.1.1

02 Sep 06:36
Compare
Choose a tag to compare

Initial minimal implementation.