Kaydet (Commit) 9b88dd38 authored tarafından Tim Graham's avatar Tim Graham

Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.

Thanks bmispelon for the report.
üst 8c924022
......@@ -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:
......
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