Re: 1.0.1 Feature UserProfile inline Filter in User

2008-11-01 Thread Cornbread
This seems to be part of it. I'm not sure if there is a sort_by fix in there or not. It would be nice to be able to pass some of these fields to the add user form. It would look much more uniform. On Oct 31, 6:00 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > This just seems like a

Re: 1.0.1 Feature UserProfile inline Filter in User

2008-10-31 Thread [EMAIL PROTECTED]
This just seems like a generalization of this: http://code.djangoproject.com/ticket/3400 On Oct 31, 7:28 pm, Cornbread <[EMAIL PROTECTED]> wrote: > I've ran into an issue I think that many will run into. > > In our project we have a profile for each user and we have integrated > that inline

1.0.1 Feature UserProfile inline Filter in User

2008-10-31 Thread Cornbread
I've ran into an issue I think that many will run into. In our project we have a profile for each user and we have integrated that inline with the user settings page. We have also added items from the profile (address, city, state, zip, is_boss, etc) into the auth users view. The issue comes up