| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|