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
- Removed null=True from AbstractNotification.type field
- Made type required in notify.send() (kwargs.pop without default)
- Removed type=None guard logic in _get_related_object_url, get_message,
email_subject, notify_handler, and get_user_email_preference
- Updated tests to always pass type='default'
- Updated docs to document type as required
- Created migration 0013_make_notification_type_nonnullable
0 commit comments