summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_signals.py
AgeCommit message (Expand)Author
2022-12-06Fixed typo in tests/postgres_tests/test_signals.py comment.Daniele Varrazzo
2022-12-01Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-02-06Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne
2018-10-09Fixed postgres_tests.test_signals.OIDTests when run in isolation.Jon Dufresne
2017-09-19Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.Tim Graham
2017-09-15Fixed #28334 -- Added caching for hstore/citext OIDs.Igor Gumenyuk