mirror of
https://github.com/django/django.git
synced 2025-03-09 08:52:32 +00:00
Avoid ValueError in admin when passing a string as PK for an inherited model with an integer PK field. Thanks ikks for the patch. See also #11191.