Reorder permissions booleans in user admin
The boolean permissions should be in a more logical order. It makes sense to list the three permissions booleans in order of ascending power, i.e. the user can:
- log into the site,
- log into the site and admin,
- log into the site and admin, and alter anything.
This change will make the learning curve a little smoother for new users. It may catch a few current users off guard, but the sensible nature of the change will take quickly.
Change History
(5)
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Component: |
Contrib apps → django.contrib.admin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
This should either go to design decision or ready for checkin. It's a small decision, so I'll let a commiter make it by pushing it forwards.