mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 18:31:15 +08:00
* Use a datatuple in django.core.mail.send_mass_mail Even though the implementation works for both a List of tuples and a tuple of tuples, the docs recommend using a tuple. https://github.com/django/django/blob/main/django/core/mail/__init__.py#L112 https://docs.djangoproject.com/en/4.0/topics/email/#send-mass-mail * Use a more general type for send_mass_mail's datatuple