| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Unknown if it was ever used.
|
|
|
|
|
|
if an exception occurs.
Fixes unclosed socket ResourceWarning in mail test.
Thanks Claude Paroz for the review.
|
|
|
|
|
|
|
|
redirect_authenticated_user.
|
|
|
|
|
|
|
|
Unknown if it was ever used.
|
|
Unused since a170c3f755351beb35f8166ec3c7e9d524d9602d.
|
|
Also added security release date notifications to django-announce.
|
|
Unused (always False) after 29132ebdef0e0b9c09e456b05f0e6a22f1106a4f.
|
|
Unused since 5008a4db440c8f7d108a6979b959025ffb5789ba.
|
|
|
|
|
|
|
|
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'".
|