- Language: en
45 results for signals in version 3.0
-
Django 1.9 release notes
- … signal to track individual changes in many-to-many relations. Direct assignment now relies on the new set() method …
-
Query Expressions
- … signals that the query being computed is a terminal aggregate query. for_save is a boolean …
-
Writing and running tests
- … signal when flushing the test database. Other test conditions Regardless of the value of the DEBUG …
-
Model Meta options
- … signal or an explicit through model. The ValidationError raised during model validation when the constraint …
-
Form and field validation
- … signal all of them to the form submitter, it is possible to pass a list …
-
Using the Django authentication system
- … signal). Assuming you have an application with an app_label foo and a model named …
-
Django 1.10 release notes
- … signals now dispatch their migration plan and apps . Models Reverse foreign keys from proxy models …
-
Making queries
- … signals (which are a consequence of calling save() ), or honor the auto_now field option …
-
Models
- … signals. Unfortunately, there isn’t a workaround when creating or updating objects in bulk, since …
-
Django documentation
- … Signals System check framework The sites framework Unicode in Django The Django open-source project …