Commit 93564959 authored by Tim Graham's avatar Tim Graham
Browse files

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

Thanks bmispelon for the report.

Backport of 9b88dd38 from master
parent fdef4719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: