summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_apps.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-04Refs #29738 -- Added test for serializing psycopg2's NumericRange with Decima...Guilherme Martins Crocetti
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2019-01-11Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.can
2018-11-12Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette