You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium gets its choice values from load_media_defaults() which basically refers to the PINAX_NOTIFICATION_BACKENDS setting. This setting should contain the same values as the created model instances of NoticeTypes if I'm not mistaken.
So that's why I wonder what medium is supposed to mean or do here that's different from the notice_type field? Is there a difference to notice_type or is it literally just a reference to the same data just once packaged as a tuple in settings, and once as a database entry?
Does it have something to do with the spam sensitivity perhaps? I couldn't find any info on how that works.
Thanks for your help in this matter.
The text was updated successfully, but these errors were encountered:
Thanks for this package once again and the great work with it.
I have another question about the code. This time about this part of the
NoticeSetting
-model:Medium
gets its choice values fromload_media_defaults()
which basically refers to the PINAX_NOTIFICATION_BACKENDS setting. This setting should contain the same values as the created model instances ofNoticeTypes
if I'm not mistaken.So that's why I wonder what
medium
is supposed to mean or do here that's different from thenotice_type
field? Is there a difference tonotice_type
or is it literally just a reference to the same data just once packaged as a tuple in settings, and once as a database entry?Does it have something to do with the spam sensitivity perhaps? I couldn't find any info on how that works.
Thanks for your help in this matter.
The text was updated successfully, but these errors were encountered: