| Age | Commit message (Collapse) | Author |
|
ManifestStaticFilesStorage."
This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb.
`export` and `import` directives have several syntax variants and not
all of them were properly covered.
Thanks Hervé Le Roy for the report.
Backport of ba9ced3e9a643a05bc521f0a2e6d02e3569de374 from main
|
|
ManifestStaticFilesStorage for multiline files.
Switched regex to multiline mode in order to match per-line, rather
than against the whole file.
Thanks to Joseph Abrahams for the report.
Regression in 781b44240a06f0c868254f40f36ce46c927f56d1.
Backport of 4816dc942860caf076c7c85ea9dbfa8bfab212ff from main
|
|
|
|
ManifestFilesMixin.
|
|
max_post_process_passes is 0.
|
|
|
|
|
|
|
|
Unused since f1894bae3071da4ee577fc40ae61491f3e03d82c
|
|
|
|
STATICFILES_DIRS setting.
|
|
|
|
results.
Thanks Ed Morley for the implementation idea.
|
|
tests.
|
|
docs where appropriate.
|
|
static and storage directories on Python 3.7+.
Thanks WhiteSage for the report.
|
|
|
|
|
|
|
|
None.
|
|
<script> tags.
|
|
|
|
|
|
dry run mode.
|
|
|
|
errors other than FileNotFoundError.
|
|
ManifestFilesMixin.read_manifest().
|
|
intermediate files.
|
|
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
On Python 3, open() handles encodings.
|
|
Per deprecation timeline.
|
|
|
|
|
|
slash.
|
|
|
|
FilePathField with os.scandir().
|
|
|
|
verbosity.
|
|
|
|
settings.DEBUG is False
|
|
verbosity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
Thanks Tim Graham for the review.
|