mirror of
https://github.com/django/django.git
synced 2025-08-05 11:28:28 +00:00
Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.
Thanks bmispelon for the report.
This commit is contained in:
parent
8c9240222f
commit
9b88dd3809
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class CachedFilesMixin(object):
|
||||||
|
|
||||||
def post_process(self, paths, dry_run=False, **options):
|
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:
|
Processing is actually two separate operations:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue