Skip to content

1.0.2

Latest
Compare
Choose a tag to compare
@melkimble melkimble released this 25 Sep 18:39
· 43 commits to main since this release

New features

  • Added DefinedTerm model for integrated documentation generated through the pages /main/definedterm/schema, /main/definedterm/permission, and main/definedterm/general
  • Added MetadataTemplateFile model to store external template formats

Bug fixes

  • Fixed integration with AllAuth account authentication URLs, views, and forms
  • Removed custom_user_css field from CustomUser model to fix dependency issues related to the ForeignKey relating CustomUser to CustomUserCss
  • Changed created_by fields in Fund and Project models to CharFields from ForeignKeys to fix dependency issues related to the ForeignKey relating CustomUser to Project

Module modifications

  • Added selected_css_profile to DefaultSiteCss and CustomUserCss models