Hey Eduardo, I don't know off the top of my head, but if you look through the Django admin docs I'm sure you can figure it out. It will probably involve unregistering/re-registering the user model from the admin or moneky patching the admin class that User uses.
On Fri, Jan 3, 2014 at 1:39 PM, <[email protected]> wrote: > Hello, in the Admin, I'd like to have the table of users sorted by "Date > Joined", descending by default, and not by username. How can this be done? > > Thanks for your time! > Eduardo > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
