Ever wanted to have Django migrations help you managed SQL functions and other entities? Introducing django-migrate-sql-deux, if you have this problem, give it a spin!
I encountered this problem a while back, and found Bogdan Klichuk’s django-migrate-sql package, which worked well at the time, but looked no longer maintained. However, as Django evolved, the package needed some tweaks to keep up to date, so I resolved to fork it.
It’s now up to date to the current supported versions of Django 4.2-5.2 and Python 3.10-3.14 (Python 3.9 support was just dropped).
PS: Thanks @jacobtylerwalls for the Django Chat mention which prompted me to promote it a bit more here.