0.12.14 subscribe mailing
This commit is contained in:
@@ -107,7 +107,7 @@ class Admin_User(UserAdmin):
|
|||||||
inlines = (Admin_ProfileInline,)
|
inlines = (Admin_ProfileInline,)
|
||||||
# actions = ['del_all_temp_users', ]
|
# actions = ['del_all_temp_users', ]
|
||||||
|
|
||||||
ordering = ['is_staff', 'last_name', 'first_name']
|
ordering = ['is_staff', '-id', 'last_name', 'first_name']
|
||||||
|
|
||||||
# Re-register UserAdmin
|
# Re-register UserAdmin
|
||||||
admin.site.unregister(User)
|
admin.site.unregister(User)
|
||||||
|
|||||||
Reference in New Issue
Block a user