Hacker News new | ask | show | jobs
by kstrauser 1028 days ago
I want to see the malicious wonders you can create!
1 comments

An easy way to start taking the fight back to the enemy is by overriding __new__ and tinkering with things before/after Django's metaclass __new__ does its own metafoolery.

Also overriding mro() is a fun way to monkey with the inner workings.