#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

#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