Debugger is fun and stuff but sometimes it's just faster to dump Django ORM data to a JSON, skim through it, apply fixes and forget about the topic.
Here's how to do that programmatically, e.g. during TestCase execution.
#Django #Python #programming #DailyPythonista #TDD
https://borutzki.github.io/2026/01/25/how-to-dump-django-orm-data-to-json-while-debugging.html
