Django: fixing a memory “leak” from Python 3.14’s incremental garbage collection
Adam Johnson explains how a Django migration memory “leak” on Python led to a clever workaround and helped expose issues with its new garbage collector. #djangonews
Django: fixing a memory “leak” from Python 3.14’s incremental garbage collection - Adam Johnson
Back in February, I encountered an out-of-memory error while migrating a client project to Python 3.14. The issue occurred when running Django’s database migration command (migrate) on a limited-resource server, and seemed to be caused by the new incremental garbage collection algorithm in Python 3.14.
Python: introducing profiling-explorer - Adam Johnson
I’ve made another package! Like icu4py, which I made in February, it was sponsored by my client Rippling. And like tprof, which I made in January, it’s a profiling tool!
Issue 334: New look, new home, same everything else
News uv is now supported natively - Read the Docs Read the Docs now natively supports uv, bringing faster and simpler Python dependency installs to your docs...
Issue 334: New look, new home, same everything else
News uv is now supported natively - Read the Docs Read the Docs now natively supports uv, bringing faster and simpler Python dependency installs to your docs...
Issue 333: Django News - 30% Off PyCharm Pro – 100% for Django
Django News Newsletter is moving! Just a quick heads up. We’re planning to move our newsletter to a new platform next week. If things look a little different...