summaryrefslogtreecommitdiff
path: root/django/core/mail/backends/locmem.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-10-25Fixed #34904 -- Prevented mutating sent emails from outbox in locmem email ba...sindre
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-08-08Fixed #27036 -- Made locmem email backend's send_messages() accept generators.Antoine Fontaine
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-04-03Adds generators support for email backends that do not support it.Brendon Crawford
2012-09-22Fixed #18861 -- Triggered message validation with locmem email backendClaude Paroz
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee