summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/serializers.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-01-11Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.can