- Language: en
17 results for signals in version 3.0
-
Signals
- … Signals A list of all the signals that Django sends. All built-in signals are sent …
-
System check framework
- … Signals signals.E001 : <handler> was connected to the <signal> signal with a lazy …
-
django.contrib.auth
- … signals The auth framework uses the following signals that can be used for notification when …
-
django-admin and manage.py
- … signal_handler ): """ Decorator that turns off signal handlers when loading fixture data …
-
QuerySet API reference
- … signals and handle cascades. However, if there are no cascades and no signals, then Django …
-
Model instance reference
- … signal. The pre_save signal is sent, allowing any functions listening for that signal to do something …
-
Applications
- … signals such as pre_migrate and post_migrate are only emitted for applications that have …
-
Related objects reference
- … signal, which will trigger pre_add and post_add actions. Using add() on a relation …
-
Query Expressions
- … signals that the query being computed is a terminal aggregate query. for_save is a boolean …
-
Uploaded Files and Upload Handlers
- … signaling that a new file upload is starting. This is called before any data has been …