| Age | Commit message (Collapse) | Author |
|
Thanks Jarek Glowacki for the report.
|
|
|
|
|
|
|
|
Thanks Federico Capoano for finishing the patch.
|
|
separate drive than where Django is installed.
|
|
|
|
make_naive() on Python 3.6.
Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and
e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025).
|
|
Thanks Yuriy Korobko for the initial patch and Tobias McNulty for review.
|
|
trailing slash.
|
|
Thanks samuller for the report and initial patch.
|
|
instances.
|
|
ConditionalGetMiddleware.
|
|
|
|
|
|
This is a security fix.
|
|
SuspiciousOperation.
|
|
|
|
the language.
|
|
|
|
|
|
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
This allows running tests w/o installing Django itself by only pointing
the Python path.
|
|
|
|
|
|
|
|
When a FileField is set to an instance of File that is not also an
instance of FieldFile, pre_save() passes that object as the contents to
Storage.save(). This allows the file to be moved rather than copied
to the upload destination.
|
|
This reverts commit 1ec1633cb294d8ce2a65ece6b56c258483596fba as it
doesn't handle ContentType's auth.Permission dependency. Thus, it
doesn't allow auth without migrations.
|
|
of objects is a multiple plus one of batch_size.
|
|
|
|
if an exception occurs.
Fixes unclosed socket ResourceWarning in mail test.
Thanks Claude Paroz for the review.
|
|
|
|
|
|
cdfdcf4b70bebfc68871df885387790c6afbc23c missed this test.
|
|
This makes gzip output deterministic, which allows
ConditionalGetMiddleware to reliably compare ETags on gzipped
content (views using the gzip_page() decorator in particular).
|
|
|
|
Django's conditional request processing can now produce 304 Not Modified
responses for content that is subject to compression.
|
|
|
|
blocking access to the app index page.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
The Content-Transfer-Encoding header won't be repeated, so checking
the header is sufficient.
|
|
The test was silently skipped.
|
|
|
|
ConditionalGetMiddleware.
|
|
Thanks Ola Sitarska for the initial patch.
|
|
Thanks Tim Graham for review.
|