https://docs.djangoproject.com/en/1.7/ref/signals/#post-migrate
And seems to me that the example is just a copy paste of the post_syncdb
one.
I recieve an "AssertionError: Signal receivers must be callable" error
when just passing in my models module.
Github reference:
https://github.com/django/django/blob/stable/1.7.x/docs/ref/signals.txt#L497
--
Ticket URL: <https://code.djangoproject.com/ticket/22467>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Hmm, okay. Seems I just misread and thought of "Signal receivers" as the
sender. Was calling my receiver in the connect() call.
But still, a models module isn't the same as a AppConfig is it?
--
Ticket URL: <https://code.djangoproject.com/ticket/22467#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
Okay totally disregard this ticket, it was just a brainfart :)
--
Ticket URL: <https://code.djangoproject.com/ticket/22467#comment:2>