index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
signals.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #24205 -- Removed Signal.disconnect()'s weak argument.
Tim Graham
2016-06-18
Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
Tim Graham
2016-06-02
Fixed #26686 -- Fixed crash when registering model signals with abstract send...
Alex Hill
2016-05-27
Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references.
Alex Hill
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2015-01-17
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Stopped calling apps.get_model with only_installed=False.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-08-21
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-01-03
Added documentation for the 'db' argument of the post-syncdb signal.
mpaolini
2012-12-16
Fixed #16679 -- Use caching to speed up signal sending
Anssi Kääriäinen
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2010-08-07
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...
Russell Keith-Magee
2010-01-13
Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...
Russell Keith-Magee
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty