| Age | Commit message (Collapse) | Author |
|
default verbosity.
Backport of bc1435551c0cfaf4a22aff8216990b909005dba9 from master
|
|
|
|
settings.DEBUG is False
|
|
verbosity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
system checks.
Thanks Simon Charette, Mariusz Felisiak, Tim Graham, and Adam Johnson
for review.
|
|
manager.
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
remote storages.
Thanks revimi for the initial patch.
|
|
|
|
|
|
Regression in 374e6230ca9f9bb84cc9dd760dfb6395fbb5ff0f.
Thanks Florian Apolloner for the report and analysis.
|
|
|
|
|
|
some files exist in STATIC_ROOT.
|
|
|
|
|
|
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
|
|
File operations always raise a ENOENT error when a file doesn't exist.
Checking the file exists before the operation adds a race condition
condition where the file could be removed between operations. As the
operation already raises an error on a missing file, avoid this race and
avoid checking the file exists twice. Instead only check a file exists
by catching the ENOENT error.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
|
|
Thanks Tim Graham for precious inputs.
|
|
implement path().
|