Ariel, the Pownce community manager, does a lot of banning of Pownce
accounts for spammers and such.
We've adapted the Pownce version of Django to display the User
"is_active" property in the list display in the admin. This makes
Ariel's job much easier since she can see at a glance who is already
banned (or deleted).
Anyways, I think community managers everywhere might rejoice if this
very tiny change is in Django by default.
in contrib.auth.models.User:
list_display = ('username', 'email', 'first_name', 'last_name',
'is_active', 'is_staff')
I know, it's funny that Pownce is still using contrib.auth.models.User
but oh well. I know you're all super busy but it's a super simple
change.
Let me know what you think,
Leah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---