Re: Claiming Tickets

2023-01-28 Thread Tim Graham
Correct On Saturday, January 28, 2023 at 11:32:21 AM UTC-5 jonathan...@gmail.com wrote: > Hi all, > > I was reading up on the documentation for new contributors and was reading > the "Claiming Tickets" section where it says "If a ticket for this issue > already exists, make sure nobody else h

Claiming Tickets

2023-01-28 Thread Jonathan Wang
Hi all, I was reading up on the documentation for new contributors and was reading the "Claiming Tickets" section where it says "If a ticket for this issue already exists, make sure nobody else has claimed it. To do this, look at the “Owned by” section of the ticket. If it’s assigned to “nobod

Re: Multiple instances of DjangoAdmin share the same model LogEntry

2023-01-28 Thread Jacob Rief
Hi Adam, I'm currently preparing a pull request on this. No changes will be made to the model LogEntry. It will just allow implementers to filter log entries by registered models (of that instantiated admin). Not doing this, in my opinion is unexpected behaviour anyway. Thanks to Carlton for poin