Skip to content

Releases: octue/django-twined

FIX: Broken release tag

16 Jan 10:17
0554058
Compare
Choose a tag to compare
<!-- 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

26 Nov 11:20
c3d9cf0
Compare
Choose a tag to compare

Contents (#79)

Dependencies

  • Updating django dependencies
  • updating dependency and version change
  • Updating dependency & adding version

Publish to PyPI using trusted publisher

29 Oct 16:10
769d80e
Compare
Choose a tag to compare

Contents (#78)

Operations

  • Publish to PyPI using trusted publisher in cd workflow
  • Add codeql workflow
  • Only run ci and semantic workflows on non-draft pull requests, and additionally trigger them on "ready for review" event

Widen django-gcp dependency range

23 May 17:56
1e99bc7
Compare
Choose a tag to compare

Contents (#77)

Dependencies

  • Widen django-gcp range

Widen dependency ranges of python and django

22 Apr 06:36
424eedc
Compare
Choose a tag to compare

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

16 Feb 13:30
a9a6af2
Compare
Choose a tag to compare

Contents (#75)

Enhancements

  • Exporting question statuses from django twined

Add natural keys to allow export via dumpdata

15 Feb 15:59
5623a21
Compare
Choose a tag to compare

Contents (#74)

New features

  • Add natural keys to allow export via dumpdata

Loosen pytest-cov dependency and move into dev group

07 Feb 15:07
478434f
Compare
Choose a tag to compare

Contents (#73)

Dependencies

  • Loosen pytest-cov dependency and move into dev group

Reinstate fieldsets for admin and make test server boot

07 Feb 14:42
d8fb6c8
Compare
Choose a tag to compare

Contents (#70)

Enhancements

  • Add duration property to AbstractQuestion model and show it in QuestionAdmin

Fixes

  • Reinstate fieldsets for admin and make test server boot
  • Fix elif statement in event handler

Update devcontainer

07 Feb 10:06
3da8f96
Compare
Choose a tag to compare

Contents (#68)

Operations

  • Update to latest devcontainer spec

Dependencies

  • Add pytest-cov utility

Other

  • Main