Changes between Initial Version and Version 1 of Ticket #16728
- Timestamp:
- Aug 30, 2011, 6:59:23 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16728
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #16728 – Description
initial v1 2 2 I am doing this: 3 3 4 {{{ 4 5 class UserProfileInline(admin.StackedInline): 5 6 model = UserProfile … … 12 13 admin.site.unregister(User) 13 14 admin.site.register(User, UserAdmin) 15 }}} 14 16 15 17 To allow me to edit UserProfiles inline with Users. However, doing this seems to break the password reset feature within django admin (not the user-facing password reset – the one on the User model itself which allows and administrator to set a user's password manually. The error is: