Loading django/contrib/staticfiles/storage.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
django/contrib/staticfiles/storage.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading