django-bot
|
6a682b38e7
|
[4.0.x] Refs #33476 -- Reformatted code with Black.
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
|
2022-02-08 12:15:38 +01:00 |
|
Jon Dufresne
|
f48f671223
|
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
It is now a method instead of a property and returns a context manager
that yields a cursor on entry and closes the cursor and connection upon
exit.
|
2020-02-06 15:29:38 +01:00 |
|
Jon Dufresne
|
31c0348687
|
Fixed postgres_tests.test_signals.OIDTests when run in isolation.
|
2018-10-09 09:23:36 -04:00 |
|
Tim Graham
|
f7b0532ec0
|
Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.
|
2017-09-19 07:04:31 -04:00 |
|
Igor Gumenyuk
|
86a18dc46a
|
Fixed #28334 -- Added caching for hstore/citext OIDs.
|
2017-09-15 10:00:12 -04:00 |
|