- Fixed:
DAL_SKIP_CONVERION
would crash the migration if not set.
- Added: By setting
DAL_SKIP_CONVERSION=true
during migration you are now able to skip the conversion of logs between 5.x.x and 6.x.x. This will remove any previous logs.
- Changed: Dependencies have been upgraded and newer django versions have been added
- CI: Travis CI has been replaced by GitHub Actions
- Added ip is now record (fixes #12)
- Fixed: #9 and #11. Previously we would try to register everytime it was initialized, which would break admin (which
does an isinstance check). The decorator now registers on a module - not thread - level. The hidden
__dal_register__
method is now attached, which will re-register if needed.
Release was an error, did not do anything