Fellow Report - July 15, 2017

2017-07-15 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28384 - ModelAdmin.lookup_allowed() incorrectly raises DisallowedModelAdminLookup lookup with foreign key as primary key (accepted) https://code.djangoproject.com/ticket/28388 - JSONField cannot be overridden to use OrderedDict as python

#23559: Staff (not superusers) should not be able to elevate perms of Users

2017-07-15 Thread Vláďa Macek
Hi again, some time ago I suggested a change to the UserAdmin.get_readonly_fields() restricting non-superuser staff people from being able to elevate anyone's permissions -- an issue many administratiors miss when giving access to the User admin. https://code.djangoproject.com/ticket/23559 Th

Re: Proposal: provide postgresql powered full-text search in djangoproject.com

2017-07-15 Thread Jannis Leidel
> On 12. May 2017, at 11:42, Aymeric Augustin > wrote: > >> On 7 May 2017, at 11:32, Curtis Maloney wrote: >> >> Dogfooding is a fairly strong argument, IMHO. >> >> Especially when there's a volunteer to do the work. >> >> -- >> C > > I agree. > > I was mildly concerned about the effect o

#28398: Allow management command invocation to suggest for incomplete commands?

2017-07-15 Thread Vláďa Macek
Hi everyone, I had an idea that would save me time working with Django: The manage.py wouldn't only print "Unknown command" when incomplete subcommand name given, but also print those available by substring search. https://code.djangoproject.com/ticket/28398 I added a screenshot and a patch th