Skip to content

Latest commit

 

History

History
executable file
·
50 lines (33 loc) · 636 Bytes

File metadata and controls

executable file
·
50 lines (33 loc) · 636 Bytes

Changelog

1.0

  • Fixed Django 5 compatibility issues
  • Updated requirements to Django 5.0+
  • Fixed broken tests with pytest
  • Updated documentation

0.5.1

  • Expose/Export SoftDeleteSignalModel Model

0.5.0

  • Move post_save to outside of the transaction on the Signal Model

0.4.1

  • Corrected import / inherited model class

0.4.0

  • Change Default code size to 8 on CodeModel

0.3.0

  • Use new documentation on GitHub Pages

0.2.1

  • Fix typo

0.2.0

  • Update documentation
  • Translate the documentation to Portuguese

0.1.0

  • Start a new from Project from Django Stuff