| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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).
|
|
|
|
|
|
Unknown if it was ever needed.
|
|
|
|
Unknown if it was ever needed.
|
|
Unused since 0c7633178fa9410f102e4708cef979b873bccb76.
|
|
Django's conditional request processing can now produce 304 Not Modified
responses for content that is subject to compression.
|
|
Unused since ed1bcf05158acf4bf4e0189d477b6c762bd0133e.
|
|
|
|
|
|
blocking access to the app index page.
|
|
|
|
instead of USER_CATALOG.
|
|
Thanks Tim Graham for the review.
|
|
|
|
The Content-Transfer-Encoding header won't be repeated, so checking
the header is sufficient.
|
|
Unused since b68212f539f206679580afbfd008e7d329c9cd31.
|
|
The test was silently skipped.
|
|
|
|
|
|
|
|
|
|
Unused since 8f30556329b64005d63b66859a74752a0b261315.
|
|
|
|
ConditionalGetMiddleware.
|
|
"from django.db.models import *" in contrib/gis/db/models/__init__.py could
obscure gis's functions.py resulting in exceptions like:
"module 'django.db.models.functions' has no attribute 'Union'".
|
|
|
|
Thanks Ola Sitarska for the initial patch.
|
|
|
|
|
|
|
|
Thanks Tim Graham for review.
|
|
parallel test runner.
|
|
|
|
|
|
|
|
Thanks Markus Holtermann for the report and the review.
|
|
Thanks Sjoerd Job Postmus for the report and review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|