Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Mike Dewhirst
On 14/04/2022 11:36 am, Mike Dewhirst wrote: Thanks Antonis OK - the problem has two workarounds. One is to use Chrome. Two is https://code.djangoproject.com/ticket/33386 which suggests including some javascript to disable Firefox autocomplete ... $('form').attr('autocomplete', 'off').each(f

Re: delete button

2022-04-13 Thread 'Delvin Alexander' via Django users
test func is a function that my 'User' passes tests mixins runs in django. Also thank you for informing me to include less. I put 3 files there because i thought someone would have needed it. On Tue, Apr 12, 2022 at 11:20 PM Antonis Christofides < anto...@antonischristofides.com> wrote: > What i

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Mike Dewhirst
Thanks Antonis OK - the problem has two workarounds. One is to use Chrome. Two is https://code.djangoproject.com/ticket/33386 which suggests including some javascript to disable Firefox autocomplete ... $('form').attr('autocomplete', 'off').each(function () { this.reset(); }); ... b

Re: Calculated Fields

2022-04-13 Thread Kasper Laudrup
On 13/04/2022 16.51, Ahmedrufai Otuoze wrote: This is not a spam. I just tok a course on that aspect and wanted to help. No strings attached. I may have gone against the policy and that's because I wasn't aware. My intentions were genuine... You were not the one I was replying to so I don't u

Re: Calculated Fields

2022-04-13 Thread Ahmedrufai Otuoze
This is not a spam. I just tok a course on that aspect and wanted to help. No strings attached. I may have gone against the policy and that's because I wasn't aware. My intentions were genuine... On Wed, 13 Apr 2022 at 12:08, Kasper Laudrup wrote: > On 13/04/2022 07.20, harsh jain wrote: > > Hi

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Antonis Christofides
It happens here as well as far as I can see (tested on a Debian 11 server running Django 3.2.12). The "Chosen groups" box seems to be created by JavaScript; if I run it with JavaScript disabled then it doesn't exist. Apparently JavaScript creates the box and then populates it and accordingly r

Re: Calculated Fields

2022-04-13 Thread Kasper Laudrup
On 13/04/2022 07.20, harsh jain wrote: Hi, This course will help you surely - https://geekster.in/ Stop spamming. This is *not* the way to attract potential clients. I would never ever consider using your company for anything and I hope others feel the same. -- You received this message be

Re: Calculated Fields

2022-04-13 Thread harsh jain
Hi, This course will help you surely - https://geekster.in/ On Monday, 11 April 2022 at 18:47:36 UTC+5:30 otuozeah...@gmail.com wrote: > Hi Mike, > > I can help you solve the problems. > I can clone it from your repo and we'll work on it... > > What do you think? > > On Sun, Apr 10, 2022, 11:56

Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Mike Dewhirst
I don't know how long this has been happening for me. Happens on Windows 10 in Mozilla Firefox but not Chrome.  In the Admin User screen where there are two boxes of Groups labelled 'Available groups' and 'Chosen groups' with controls to move groups between boxes, everything seems to work perf