Commit History

Author SHA1 Message Date
  Natalia 05cce083ad Removed versionadded/changed annotations for 5.0. 7 months ago
  Matthias Kestenholz 5f3cdf219d Fixed typo in docs/topics/signals.txt. 8 months ago
  Mariusz Felisiak 305757aec1 Applied Black's 2024 stable style. 10 months ago
  Jon Janzen e83a88566a Fixed #32172 -- Adapted signals to allow async handlers. 4 years ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Joseph Victor Zammit 71e9694856 Fixed #30801 -- Improved guidance for making good use of signals. 2 years ago
  Youssef 0cbbed49f4 Fixed #33909 -- Corrected django.dispatch.receiver() signature. 2 years ago
  Aristotelis Mikropoulos 5eb6a2b33d Fixed typo in docs/topics/signals.txt. 2 years ago
  Mariusz Felisiak 75ee7057e9 Refs #33163 -- Corrected example of connection signal handlers in AppConfig.ready(). 3 years ago
  Roxane 2d124f6a1c Fixed #33163 -- Added example of connection signal handlers in AppConfig.ready() to docs. 3 years ago
  Mariusz Felisiak 60503cc747 Corrected multiply defined labels in docs. 3 years ago
  Haki Benita 59404e8cfe Fixed typo in docs/topics/signals.txt. 3 years ago
  Hugo Cachitas 8f6a7a0e9e Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy references returns None. 3 years ago
  Jason Held 639142e24d Fixed #24816 -- Clarified docs about preventing duplicate signals. 4 years ago
  Jon Dufresne 769cee5252 Fixed #31327 -- Deprecated providing_args argument for Signal. 4 years ago
  Adam Johnson ab0fd3f58f Documented the order in which signal receivers are called. 5 years ago
  Adam Johnson 566fca14b3 Documented admonition on when to use custom signals (#11814) 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 years ago
  Tim Graham 03087f80d1 Refs #24205 -- Removed Signal.disconnect()'s weak argument. 8 years ago
  Daniel Musketa df2a5227c9 Rephrased an ambiguous sentence in docs/topics/signals.txt. 8 years ago
  Daniel Musketa b5ef90192f Fixed typo in docs/topics/signals.txt. 8 years ago
  Filipa Andrade 47fbbc33de Fixed #26493 -- Documented how built-in signals are sent. 8 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 years ago
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Florian Apolloner 16ee52d21d Fixed #24205 -- Deprecated Signal.disconnect weak parameter. 10 years ago
  Andriy Sokolovskiy 23f1a8dad2 Added return value to Signal.disconnect(). 10 years ago
  wrwrwr d66bda6059 Added notes on registering signals in ready() and using dispatch_uid. 10 years ago