Re: Improving error message for admin.E202

2019-12-16 Thread Mariusz Felisiak
It's safe to make change to warning messages. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr..

Improving error message for admin.E202

2019-12-16 Thread Shubham Singh
I am new to contributing to django, and i have picked up a ticket listed as easy picking #31086 . It states to make the admin E.202 message (admin inline having, multiple foreign keys to the same parent model), to recommend specifying fk_name. To do