1
0
mirror of https://github.com/django/django.git synced 2025-04-15 21:04:36 +00:00

[1.6.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.

Thanks bmispelon for the report.

Backport of 9b88dd3809 from master
This commit is contained in:
Tim Graham 2013-07-25 12:31:53 -04:00
parent ec6928be34
commit 9abbad491a

View File

@ -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: