summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_apps.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-071-3/+3
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-7/+5
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-2/+6
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-3/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+31
* Refs #29738 -- Added test for serializing psycopg2's NumericRange with Decima...Guilherme Martins Crocetti2021-11-041-1/+5
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-0/+1
* Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.can2019-01-111-0/+46
* Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette2018-11-121-0/+13