- Language: en
39 results for signals in version 1.8
-
Model instance reference
- … signal. The signal django.db.models.signals.pre_save is sent, allowing any functions listening for that signal to take …
-
QuerySet API reference
- … signals and handle cascades. However, if there are no cascades and no signals, then Django …
-
Related objects reference
- … signal. create ( **kwargs ) Creates a new object, saves it and puts it in the related …
-
Customizing authentication in Django
- … signal). Your code is in charge of checking the value of these permissions when a user …
-
Testing tools
- … signal that lets you register callbacks to clean up and otherwise reset state when settings …
-
Uploaded Files and Upload Handlers
- … signaling that a new file upload is starting. This is called before any data has been …
-
Applications
- … signals such as pre_migrate and post_migrate are only emitted for applications that have …
-
The “sites” framework
- … signal handler which creates a default site named example.com with the domain example.com . This site …
-
Form and field validation
- … signal all of them to the form submitter, it is possible to pass a list …
-
Django documentation
- … Signals System check framework The sites framework Unicode in Django The Django open-source project …