summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_signals.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in tests/postgres_tests/test_signals.py comment.Daniele Varrazzo2022-12-061-1/+1
* Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo2022-12-011-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+3
* Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne2020-02-061-1/+2
* Fixed postgres_tests.test_signals.OIDTests when run in isolation.Jon Dufresne2018-10-091-0/+2
* Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.Tim Graham2017-09-191-1/+7
* Fixed #28334 -- Added caching for hstore/citext OIDs.Igor Gumenyuk2017-09-151-0/+33