auto_now and auto_now_add are considered harmful, because you have absolutely no way to change the value via django (say for example, in the admin interface).
This is an inconsitency with other flags, and django people generally don't like that sort of magic.