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