Bug 286604 - www/py-django51: Fix bug in SQLite migrations
Summary: www/py-django51: Fix bug in SQLite migrations
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-05 14:48 UTC by Michael Gmelin
Modified: 2025-05-11 10:54 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Patch to fix sqlite migrations problem (1.55 KB, patch)
2025-05-05 14:48 UTC, Michael Gmelin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gmelin freebsd_committer freebsd_triage 2025-05-05 14:48:26 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-06 07:01:53 UTC
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(-)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2025-05-11 10:54:39 UTC
^Triage: assigned to committer who resolved.