| Age | Commit message (Collapse) | Author |
|
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
|
|
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
|
|
Backport of 07daa487aeb7d41d69d7d1cf9d4b3648e299e4ac from master
|
|
Backport of 398afba084679f1055926f6f91bd33fe124a92c5 from master.
|
|
LOGOUT_REDIRECT_URL docs.
Backport of b709d701303b3877387020c1558a590713b09853 from master.
|
|
CSRF_USE_SESSIONS.
Backport of bae66e759faee8513da4b11d3fd16b044b415bdb from master.
|
|
TransactionTestCase when using --keepdb."
This reverts commits b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6 and
9fa0d3786febf36c87ef059a39115aa1ce3326e8 due to reverse build failures
for which a solution isn't forthcoming.
|
|
|
|
using --keepdb.
Data loaded in migrations were restored at the beginning of each
TransactionTestCase and all the tables are truncated at the end of
these test cases. If there was a TransactionTestCase at the end of
the test suite, the migrated data weren't restored in the database
(especially unexpected when using --keepdb). Now data is restored
at the end of each TransactionTestCase.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SECRET_KEY is accessed and not set."
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.
|
|
|
|
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.
|
|
|