| Age | Commit message (Collapse) | Author |
|
Backport of e8531cc89c878b6a8867498dab266917fef2bff4 from master.
|
|
if SECRET_KEY is accessed and not set."
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.
Backport of 5cc81cd9eb69f5f7a711412c02039b435c393135 from master
|
|
accessed and not set.
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoextend size on Oracle.
Thanks Tim Graham for the review.
|
|
When a connection pooler is set up in transaction pooling mode, queries
relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS
setting in DATABASES disables server-side cursors for this use case.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
settings.MIDDLEWARE_CLASSES.
|
|
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
Major thanks to Shai for helping to refactor the tests, and to
Shai, Tim, Florian, and others for extensive and helpful review.
|
|
|
|
This is a security fix.
|
|
running tests on Oracle.
This is a security fix.
|
|
|
|
|
|
|
|
ConditionalGetMiddleware.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2
|
|
Thanks Tim Graham for the review.
|
|
during test database creation"
This reverts commit 157d7f1f1de4705daddebb77f21bd7097a74513d since it
disables migrations all the time, not just during tests.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
|
|
When EMAIL_USE_LOCALTIME=True, send emails with a Date header
in the local time zone.
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|