I\'m using Django, using a Postgres DB, and I wonder: say I have a function like this:
def yay_func(obj): log(\'yay\') obj.is_yay = True obj.save(