Skip to content

Release 1.1.0 (2021-02-06)

Latest

Choose a tag to compare

@marz619 marz619 released this 06 Feb 17:42
· 2 commits to master since this release

Changes since 1.0.4

See Changelog

  • fae699c - Full code base format (using black)
  • 58bece6 - Made change to SavedReport.run_by, adding on_delete=models.SET_NULL
    • This was done instead of models.CASCADE to take the conservative approach that we should not delete any reports that were run by a deleted User
  • Extended Makefile with new convienience targets
  • Updated README
  • Updated HISTORY
  • Added LICENSE (MIT)