Hacker News new | ask | show | jobs
by pingiun 1231 days ago
A fun piece of metaprogramming I did for a Django project was checking whether our models had overwritten str() methods: https://github.com/svthalia/concrexit/blob/4dc7691c2613b268d...