1
0
Fork 0
mirror of synced 2024-06-11 23:14:43 +12:00

explain weird use of ellipses magic value

This commit is contained in:
Nick Sweeting 2024-05-11 15:01:11 -07:00
parent 3882b1ee22
commit 913590ee39
No known key found for this signature in database

View file

@ -411,7 +411,7 @@ LOGGING = {
# Add default webhook configuration to the User model
SIGNAL_WEBHOOKS = {
"HOOKS": {
"django.contrib.auth.models.User": ...,
"django.contrib.auth.models.User": ..., # ... is a special value that means "use the default autogenerated hooks"
"core.models.Snapshot": ...,
"core.models.ArchiveResult": ...,
"core.models.Tag": ...,