Re: Proposed change in ORM model save logic

2021-10-17 Thread Aymeric Augustin
Hello, > On 15 Oct 2021, at 08:49, Barry Johnson wrote: > > Instead of resolving this difference in keys by executing: > setattr(self, field.attname, obj.pk) > We believe it should instead: > setattr(self, field.name, obj) For anyone reading this, this code is https://github.com/django

Changelist links for proxy model admins

2021-10-17 Thread Niccolò Mineo
Hi. When one is displaying a proxy model admin I think It could be nice to automatically override the default behaviour for instances in the changelist and have them redirect to the proxy URL, instead of the default, non-proxy one. What do you think? I can prepare a PR. -- You received this