mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Drop legacy tests and deprecations
This commit is contained in:
@@ -41,11 +41,3 @@ class NotSupportedByMandrillError(ValueError):
|
||||
avoid duplicating Mandrill's validation logic locally.)
|
||||
|
||||
"""
|
||||
|
||||
|
||||
class RemovedInDjrill2(DeprecationWarning):
|
||||
"""Functionality due for deprecation in Djrill 2.0"""
|
||||
|
||||
|
||||
def removed_in_djrill_2(message, stacklevel=1):
|
||||
warnings.warn(message, category=RemovedInDjrill2, stacklevel=stacklevel + 1)
|
||||
|
||||
Reference in New Issue
Block a user