Regarding database connection pool in Django GSOC 2023

2023-03-31 Thread Kaushik Chintam
Hi! I am Kaushik. I have been working around the Database connection pool for a while now. I have posted my initial proposal on the django forum, you can access it from here - Forum Database pool connection

Re: The problem of versioning a large project.

2023-03-31 Thread cha...@gmail.com
Like Aharon, I'm not entirely certain what you mean but this line: > The task looks like bad practice, where we have to create a repository within another one. reminded me of git submodules, which I don't think are considered bad practice. Is that what you mean? On Thursday, March 30, 2023 at 5:

Feat: admin date_hierarchy as a list

2023-03-31 Thread Ádám Baróthi
Hello everyone, I was wondering if it would be possible to extend the admin date_hierarchy logic to also accept a list of field names instead of just a single field name. This would be useful for models that have multiple date fields that could be equally important to filter by (such as invoic

Production Django use and "real ip"

2023-03-31 Thread Arthur Pemberton
I have read previous discussions (most recent I could find was Dec 2013 [1] ) on the inclusion of `HTTP_X_FORWARDED_FOR` based logic to get the "real" IP address of an HttpRequest. From what I can see, currently there is currently no automatic handling of `HTTP_X_FORWARDED_FOR` in Django. Howe