From 93564959365f18beb9bd22e7b51c76398d6255b9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 25 Jul 2013 12:31:53 -0400 Subject: [PATCH] [1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring. Thanks bmispelon for the report. Backport of 9b88dd3809 from master --- django/contrib/staticfiles/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/staticfiles/storage.py b/django/contrib/staticfiles/storage.py index 7e87a89f5b..2cdf460cfb 100644 --- a/django/contrib/staticfiles/storage.py +++ b/django/contrib/staticfiles/storage.py @@ -202,7 +202,7 @@ class CachedFilesMixin(object): def post_process(self, paths, dry_run=False, **options): """ - Post process the given list of files (called from collectstatic). + Post process the given SortedDict of files (called from collectstatic). Processing is actually two separate operations: