Sort users by name instead of id

Review Request #2572 — Created Sept. 1, 2011 and submitted

Information

Review Board

Reviewers

When dealing with a large number of users in the system it got very annoying to add them into groups. They were out of order so we had to scan the list over and over again. This patch fixes that issue.
I did some manual testing using Django 1.3.
Description From Last Updated

Is the need for this in the admin UI, or some other place? This is probably the wrong file for …

chipx86chipx86
chipx86
  1. 
      
  2. reviewboard/reviews/models.py (Diff revision 1)
     
     
     
    Show all issues
    Is the need for this in the admin UI, or some other place? This is probably the wrong file for it. Probably accounts/models.py.
    
    This could also be one line.
  3. 
      
GU
  1. Ship It!
  2. 
      
DS
Review request changed

Status: Closed (submitted)

Change Summary:

I've implemented this change in accounts/models.py and pushed it to release-1.7.x (40fb53e). Thanks!
Loading...