We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4034954 commit 7ee5ce5Copy full SHA for 7ee5ce5
chapter02_observer/readme.md
@@ -45,7 +45,7 @@ classDiagram
45
46
## Use in Python
47
48
-[Django signals]([url](https://docs.djangoproject.com/en/4.2/topics/signals/)https://docs.djangoproject.com/en/4.2/topics/signals/)
+[Django signals](https://docs.djangoproject.com/en/4.2/topics/signals/)
49
allow other parts of the code to sign up to receive updates, for instance when settings are changed
50
or model instances are created and / or updated.
51
0 commit comments