Re: Proposal for an "Age" PostgreSQL ORM function

2023-01-24 Thread Jörg Breitbart
Am 21.01.23 um 10:53 schrieb 'Adam Johnson' via Django developers (Contributions to Django itself): A Django wrapper would actually be more complicated. You’d need to understand both the PostgreSQL and Django function docs, and you might not be sure Django does anything special besides call

Multiple instances of DjangoAdmin share the same model LogEntry

2023-01-24 Thread Jacob Rief
If someone uses two or more instances of the Django Admin interface, the sidebar on the right containing the "Recent actions", shares the same information for all instances of the Django Admin interface. This is because the model LogEntry is a singleton and shared across all instances of the Django

X-Forwarded-Prefix

2023-01-24 Thread 'Marc Perrin' via Django developers (Contributions to Django itself)
Hi, I've been looking at the current support for X-Forwarded headers (cf. https://code.djangoproject.com/ticket/30729 or https://code.djangoproject.com/ticket/31354 for example). Is there any plan to deal with *X-Forwarded-Prefix*? Or is that header not std enough? If not, I'm not sure what woul