1
0
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:
Tim Graham
2015-07-16 09:32:42 -04:00
parent 8e306967de
commit 1fed8dd715
6 changed files with 12 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ try:
except ImportError:
resource_string = None
warnings.warn('The egg template loader is deprecated.', RemovedInDjango20Warning)
class EggOrigin(Origin):