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
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