Releases: callat-qcd/espressodb
Releases · callat-qcd/espressodb
Version 1.2.1
This PR concludes project v1.2.1 and generates a new PyPi release.
New features & updates
- Update the default model admin rendering class
- Fixes a bug which crashed the app when forms provided errors caught by check consistent methods (this still does not work for m2m fields #77). Data inserted prior this fix is not affected--this bug caused errors to be raised in a user unfriendly fashion.
- Allows to ignore specified apps in the migration consistency check method which may caused unittests to fail for Django version 3.1.
Merged PRs:
Resolved issues
Backwards incompatible changes
None
Version 1.2.0
Version 1.2.0
This PR concludes project v1.2.0 and generates a new PyPi release.
Special thanks to @kenmcelvain and @cchang5 for valuable feedback which contributed to PR #70.
New features
- Navigation bar customization now possible by extending nav-blocks in templates
- More customization options for admin pages (excluding models)
- Improvements to
Baseclass string rendering (children can overwrite default rendering, arguments rendered asFalsenow show up in default string) - Introduction of GitHub PR and Issue templates (partially present in master already)
And some typo fixes
Merged PRs
Resolved Issues
Backwards incompatible changes
None
Version 1.1.0
Version used for JOSS Publication.
See PR #48 for details.