The outdated file checks in the compilers were using django storages to check file existence and compare mtimes, but with my recent change (which restored the older behavior of comparing the infile and outfile), these were operating on absolute, local files, which could result in a SuspiciousFileOperation. The compilers always operate on local files, so we can switch to using the os.path methods for these instead. This is both more correct and more efficient.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compilers | Loading commit data... | |
compressors | Loading commit data... | |
jinja2 | Loading commit data... | |
templates/pipeline | Loading commit data... | |
templatetags | Loading commit data... | |
__init__.py | Loading commit data... | |
collector.py | Loading commit data... | |
conf.py | Loading commit data... | |
exceptions.py | Loading commit data... | |
finders.py | Loading commit data... | |
glob.py | Loading commit data... | |
manifest.py | Loading commit data... | |
middleware.py | Loading commit data... | |
packager.py | Loading commit data... | |
signals.py | Loading commit data... | |
storage.py | Loading commit data... | |
utils.py | Loading commit data... | |
views.py | Loading commit data... |