Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 432 Bytes

CHANGELOG.md

File metadata and controls

19 lines (10 loc) · 432 Bytes

0.1.0 : 2020-06-27

  • Initial release

0.2.0 : 2020-06-29

  • Changed python version requirement from "^0.8" to "^0.6"

0.3.0 : 2020-08-04

  • DB logging is successful even if it is wrapped in a transaction, which made rollback.

0.3.1 : 2020-11-02

  • Changed django version requirement from "==3.0.*" to ">=2.0"

0.3.2 : 2021-05-10

  • 🐪 Added id AutoField to BaseLogModel (According to Django 3.2+ recommendations)