You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Convert UUIDField columns to uuid type for MariaDB
Converts UUIDField columns from char(32) to uuid type for MariaDB Django 5 compatibility.
This migration converts the following column:
- workflow_assessmentworkflow.uuid
See: https://docs.djangoproject.com/en/5.2/releases/5.0/#migrating-uuidfield
build(deps): bump django from 4.2.20 to 4.2.21 in /requirements (#2301)
* build(deps): bump django from 4.2.20 to 4.2.21 in /requirements
* chore: bumps package version
Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump h11 from 0.14.0 to 0.16.0 in /requirements (#2298)
* build(deps): bump h11 from 0.14.0 to 0.16.0 in /requirements
* chore: bumps package version
Signed-off-by: dependabot[bot] <[email protected]>
fix: make it work in library v2 [FC-0076] (#2272)
* fix: make it work in library v2
* fix: set default values for library v2 rendering
* fix: allow changing display name from mfe
* fix: tests
* chore: bump version
* fix: lint and coverage
chore: support upgrading to django 5.2 (#2294)
* Ran django-upgrade and updated migration
* Added django52 target to tox & CI
* Added Django 5.2 to setup docs
* Fixed quality
* chore: bumps package version