Re: Multiple instances of DjangoAdmin share the same model LogEntry

2023-01-25 Thread Carlton Gibson
Hi Jacob. Can I ask you to explain your use-case a little more please? As I understand it, separate admin sites may register different models, but I'm only going to see the History for instances that are visible to the current admin no? Maybe you mean the Recent actions > My actions bit of the ind

Re: X-Forwarded-Prefix

2023-01-25 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
In a brief search, I could not find any docs for X-Forwarded-Prefix. MDN documents X-Forwarded-For and others: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For To customize those functions, you could use a middleware to modify requests to wrap them: class ExampleMiddlewa