Re: Can we move the activity on this list to the Forum now?

2022-12-05 Thread Andrew Godwin
I did some investigation of moving django-users and django-developers to the Forum right after DjangoCon; I wanted to see if we could import all the old posts too, which we probably could, but I'm not entirely sure of the utility of that. I will say that the forum is a lot easier to moderate -

Make Cookies in Django follow the RFC correctly

2022-12-05 Thread Fernando Karchiloff
Currently the implementation of Cookies doesn't follow the RFC 6265 correctly, especially the *Path* part that seems to be ignored. That was already an attempt here: https://github.com/django/django/pull/15019, but @collinanderson

Re: Fellow Reports - November 2022

2022-12-05 Thread Mariusz Felisiak
Week ending December 4, 2022 *Triaged: * https://code.djangoproject.com/ticket/34187 - UserCreationForm should save data from ManyToMany form fields (accepted) https://code.djangoproject.com/ticket/34189 - Code in Tutorial does not work because of a ',' (invalid)

Re: Fellow Reports - November 2022

2022-12-05 Thread Mariusz Felisiak
Week ending November 27, 2022 *Triaged: * https://code.djangoproject.com/ticket/34171 - QuerySet.bulk_create() crashes on mixed case columns in unique_fields/update_fields. (accepted) https://code.djangoproject.com/ticket/34173 - SessionMiddleware only returns 400 or 500 error in case