Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 1 | -29/+48 |
* | Refs #33308 -- Added get_type_oids() hook and simplified registering type han... | Daniele Varrazzo | 2022-12-01 | 1 | -32/+25 |
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -3/+7 |
* | Refs #32355 -- Used @functools.lru_cache as a straight decorator. | Mariusz Felisiak | 2021-09-27 | 1 | -2/+2 |
* | Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. | Tim Graham | 2017-09-19 | 1 | -1/+2 |
* | Fixed #28334 -- Added caching for hstore/citext OIDs. | Igor Gumenyuk | 2017-09-15 | 1 | -6/+34 |
* | Fixed #28161 -- Fixed return type of ArrayField(CITextField()). | Simon Charette | 2017-05-04 | 1 | -1/+16 |
* | Refs #23919 -- Removed six.PY2/PY3 usage | Claude Paroz | 2017-01-18 | 1 | -6/+1 |
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -2/+2 |
* | Added HStoreField. | Marc Tamlyn | 2014-11-04 | 1 | -0/+25 |