1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL.

This commit is contained in:
Dolan Antenucci
2019-03-19 13:28:47 -06:00
committed by Mariusz Felisiak
parent afc708cf6d
commit f944cb3d3b
3 changed files with 33 additions and 0 deletions

View File

@@ -243,6 +243,7 @@ answer newbie questions, and generally made Django that much better:
Dmitri Fedortchenko <zeraien@gmail.com>
Dmitry Jemerov <intelliyole@gmail.com>
dne@mayonnaise.net
Dolan Antenucci <antenucci.d@gmail.com>
Donald Harvey <donald@donaldharvey.co.uk>
Donald Stufft <donald@stufft.io>
Don Spaulding <donspauldingii@gmail.com>