31 Jul
2021
31 Jul
'21
3:04 p.m.
Dave McGuire writes:
I'll get to reading. Thanks!
It's not clear to me that you need to do a ton of Django wrangling, though. The migrations are run automatically when you issue the commands to upgrade, and are in the RDBMS backend, not the Django ORM. The work you have to do "by hand" (DB dump/restore) is also on the backend RDBMS end.
You may have to do some fiddling with Django modules, especially middleware, but that's all Mailman-specific and reasonably well explained in our docs. (That's my opinion, and YMMV, so don't hesitate to ask!)
Steve