| Age | Commit message (Collapse) | Author |
|
are asynchronous.
Regression in e83a88566a71a2353cebc35992c110be0f8628af.
|
|
co-authored-by: kozzztik <kozzztik@mail.ru>
co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
"assert" in various code.
|
|
timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Partially reverted refs #25761 and refs #16245.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
Per deprecation timeline.
|
|
|
|
|
|
Signal.connect() docstring.
|
|
|
|
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Exceptions from the (receiver, exception) tuples returned by
``send_robust()`` now have always their traceback attached as their
``__traceback__`` argument.
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
Refs #21952
|
|
|
|
|
|
|
|
Make use of `weakref.finalize` and `weakref.WeakMethod` on python 3.4.
Simplified the removal of receivers, the old function looked overly
complicated.
Many thanks go to Antoine Pitrou for helping me to debug and explain all
the failures I ran into while writing that patch.
|
|
|
|
This was particularly problematic in the chain get_wsgi_application
-> db.connections import -> signal connection -> settings configuration.
Thanks Jon Dufresne for the report.
|
|
|
|
|
|
|
|
|
|
many occurrences in the tests/ dir so it can't be removed from setup.cfg yet)
|
|
|
|
|
|
|