maintainer-feedback requested: [Bug 286604] www/py-django51: Fix bug in SQLite migrations

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 May 2025 14:48:26 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python (Nobody)
<python@FreeBSD.org> for maintainer-feedback:
Bug 286604: www/py-django51: Fix bug in SQLite migrations
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286604



--- Description ---
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.