mirror of
https://github.com/django/django.git
synced 2025-04-27 02:34:38 +00:00
New check added on model related fields to check if the `related_name` conflicts with the respective model's manager name. With thanks to kswiat, loic, felixxm and russellm