Created attachment 260173 [details] Patch to fix sqlite migrations problem There's a bug in django51 (already fixed upstream) that prevents SQLite migrations to function properly (column names were quoted when they should not have been). Patch for git-am attached.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1dbe33f81668f02e9ffbf610ac876d400c08d034 commit 1dbe33f81668f02e9ffbf610ac876d400c08d034 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2025-05-06 06:58:32 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-05-06 07:00:11 +0000 www/py-django51: Fix bug in SQLite migrations PR: 286604 Reported by: Michael Gmelin <grembo@FreeBSD.org> www/py-django51/Makefile | 4 ++++ www/py-django51/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-)
^Triage: assigned to committer who resolved.