Changes since 1.0.4
See Changelog
- fae699c - Full code base format (using black)
- 58bece6 - Made change to
SavedReport.run_by, addingon_delete=models.SET_NULL- This was done instead of
models.CASCADEto take the conservative approach that we should not delete any reports that were run by a deleted User
- This was done instead of
- Extended
Makefilewith new convienience targets - Updated
README - Updated
HISTORY - Added
LICENSE(MIT)