Re: Possible bug in django.contrib.auth.forms.UserChangeForm's password field's help_text setup

2017-12-22 Thread Claude Paroz
This looks like a reasonable improvement. Please open a ticket, and possibly a pull request. Thanks! Claude Le vendredi 22 décembre 2017 03:29:56 UTC+1, Shaheed Haque a écrit : > > Hi, > > In Django 2.0, the help_text for the password field of > django.contrib.auth.forms.UserChangeForm looks li

Re: Possible bug in django.contrib.auth.forms.UserChangeForm's password field's help_text setup

2017-12-22 Thread Shaheed Haque
Never mind, I realised that I was confused. It turns out that the hardcoded ../password thingy relates to the addition of a matching path in django.contrib.auth.admin.UserAdmin get_urls(). On Friday, 22 December 2017 02:29:56 UTC, Shaheed Haque wrote: > > Hi, > > In Django 2.0, the help_text fo

Re: PR for Admin view permission

2017-12-22 Thread Fred F
Hi, thank you everybody for the good job on this. I have tested Oliver's view_permission_master branch with two of my projects and it works like expected: - User was only able to *view* models - Search and list filters remained completely functional - InlineModelAdmins only showed up if the "vi