Technical Board vote on DEP 0012: The Steering Council

2022-11-24 Thread Andrew Godwin
Hi all, As it seems discussion on DEP 12 has reached its end, and we received generally positive feedback, I am requesting a vote from the technical board on the following: "Shall we accept DEP 12 and send it to the DSF Board for further approval?" Note that as this is a governance change, it

rename internal SetPasswordForm.user into "instance" - or add it

2022-11-24 Thread Christian González
Hi Django people, I'm having trouble using the built-in django.contrib.auth.forms.PasswordChangeForm (which is a SetPasswordForm child), called from PasswordChangeView. I know it is just a kind of example, as there is no actual documentation of the class, but should be usable stable too in

#29120 and #29502: autocomplete requires view permission

2022-11-24 Thread Carsten Fuchs
Dear group, with https://code.djangoproject.com/ticket/29120 it was documented that the change permission of the related model was needed, later https://code.djangoproject.com/ticket/29502 reduced this from change to view permission. However, there is a problem that was well described in this