Re: Django 1.2 feature voting

2009-10-21 Thread Cornbread
http://spreadsheets.google.com/ccc?key=txJx3_oLeRwrk8SwnoWc88w Column X On Oct 13, 6:38 am, Jacob Kaplan-Moss wrote: > Hey folks -- > > Like last time 'round, if you'd like to express an opinion about > features for Django 1.2, go and vote: > >

Features for 1.1? Tickets #8274, #3400

2008-11-20 Thread Cornbread
Are these slated to be in 1.1? #8274 would provide one of the more useful features by sites with many users. Where we could use email addresses as username. Would be nice just like you can set the pk in your model to be able to provide a field that is_username. #3400 I believe will provide

Re: 1.0.1 Feature UserProfile inline Filter in User

2008-11-01 Thread Cornbread
his 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 ha

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