mirror of
https://github.com/django/django.git
synced 2025-02-24 00:55:17 +00:00
Validates that related_name is a valid Python id or ends with a '+' and it's not a keyword. Without a check it passed silently leading to unpredictable problems. Thanks Konrad Świat for the initial work.