Re: Using condition on signal.post_save()

2013-01-02 Thread Florian Apolloner
This mailing list is about the development of Django itself, please direct user questions to django-users. Regards, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit

Using condition on signal.post_save()

2013-01-02 Thread ysfjwd
I am using django 1.5b2 and custom user models. I have a method in model managers, create_inactive_user(). Activation codes for users are on a different methods, Activation. I want to have an entry created in Activation table, to correspond against the inactive user. What I am using right now