mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25120 -- Deprecated egg template loader.
This commit is contained in:
@@ -15,6 +15,8 @@ try:
|
||||
except ImportError:
|
||||
resource_string = None
|
||||
|
||||
warnings.warn('The egg template loader is deprecated.', RemovedInDjango20Warning)
|
||||
|
||||
|
||||
class EggOrigin(Origin):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user