Kaydet (Commit) 9e81e189 authored tarafından Jannis Leidel's avatar Jannis Leidel

Uses a SortedDict for memoization of staticfiles finder instances to preserve order during tests.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst aaa76ca1
......@@ -11,7 +11,7 @@ from django.utils._os import safe_join
from django.contrib.staticfiles import utils
from django.contrib.staticfiles.storage import AppStaticStorage
_finders = {}
_finders = SortedDict()
class BaseFinder(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment