Re: Discussion regarding #32628 and #32823

2021-06-07 Thread Carlton Gibson
Hi Sébastien. Sorry you feel hard done by here. I think that's perhaps unfamiliarity with the workflow. As per the triage workflow that Mariusz pointed you to, this is the correct place to discuss tickets that are marked as wontfix. The reality is we have a constant firehose of new tickets and

Adding a decorator to include a property in an object's serialization

2021-06-07 Thread Diptesh Choudhuri
Hello, I hope you are all doing well. Currently if one wants to have custom properties on their models without introducing new columns, they have to use properties: class Chapter(models.Model): name = models.CharField() text = models.TextField() @property def word_count(self):

Re: Default change password UX: area for improvements

2021-06-07 Thread Markus Holtermann
Hi Federico, this is a good idea. Could you check if there's a ticket about this on https://code.djangoproject.com/ already, and if not, possibly open one. That would be much appreciated. Thank you! Cheers, Markus On Mon, Jun 7, 2021, at 11:12 PM, Federico Capoano wrote: > Hey everyone, > >

Default change password UX: area for improvements

2021-06-07 Thread Federico Capoano
Hey everyone, Given the following text in the user change page: *Raw passwords are not stored, so there is no way to see this user’s password, but you can change the password using this form.* Linking the change user password form using the word "this form" is on the same level of links with "cl

Re: IRC Archive

2021-06-07 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi I believe archiving stopped with the introduction of GDPR, which caused the IRC archive bot we were using to shut down. GDPR made it quite unclear if persisting chat logs (that users could assume to be ephemeral) would be allowed. There was a previous django-developers thread on this. Thanks,

IRC Archive

2021-06-07 Thread Douglas G
Hey, with the change from Freenode to Libera I was wondering if anyone had preserved Freenode IRC logs and made those available somewhere. Thanks, Douglas -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.

Discussion regarding #32628 and #32823

2021-06-07 Thread Contributions to Django itself
Dear community, I am writing to this group as a last resort and as advised (twice) by Mariusz Felisiak. I have several points to make. 1. Ticket #32823 is not a duplicate of #32628. #32628 was indeed a mixed bag but mostly a feature request including a bugfix. #32823 was an attempt to get the bug