Releases: octue/django-twined
Releases · octue/django-twined
FIX: Broken release tag
<!-- PRs into main are released as soon as they are merged. Their descriptions will be used directly to create release notes, so make sure they contain everything! --> <!-- Anything added between the auto-generation marker comments will be replaced on every pushed commit, so make sure to add anything you want to add outside of them. --> <!-- However, any part of the final PR description (i.e. the description at the point of the final commit to the PR) can be changed in release notes after release if required --> <!-- Change "START" to "SKIP" in the autogeneration marker to stop any further automatic changes to the description. ---> <!--- START AUTOGENERATED NOTES ---> <!--- END AUTOGENERATED NOTES --->
Update django dependencies
Contents (#79)
Dependencies
- Updating django dependencies
- updating dependency and version change
- Updating dependency & adding version
Publish to PyPI using trusted publisher
Contents (#78)
Operations
- Publish to PyPI using trusted publisher in
cd
workflow - Add
codeql
workflow - Only run
ci
andsemantic
workflows on non-draft pull requests, and additionally trigger them on "ready for review" event
Widen django-gcp dependency range
Widen dependency ranges of python and django
Contents (#76)
Fixes
- Update module for import of re_path
Dependencies
- Widen dependency ranges of python and django
- Widen dependency range while using updated django-gcp for same
Export question statuses from django twined
Add natural keys to allow export via dumpdata
Loosen pytest-cov dependency and move into dev group
Reinstate fieldsets for admin and make test server boot
Contents (#70)
Enhancements
- Add
duration
property toAbstractQuestion
model and show it inQuestionAdmin
Fixes
- Reinstate fieldsets for admin and make test server boot
- Fix
elif
statement in event handler
Update devcontainer
Contents (#68)
Operations
- Update to latest devcontainer spec
Dependencies
- Add pytest-cov utility
Other
- Main