Re: Built in Users one-to-many in built-in admin

2007-04-27 Thread Gabe
I did forget to add that and it worked! =) Thank you! g On 4/26/07, Erik Postma <[EMAIL PROTECTED]> wrote: > > > > On Apr 27, 6:11 am, mynameisgabe <[EMAIL PROTECTED]> wrote: > > Hello all - > > > > I'm using django's awesome built in admin for internal folks to view > > and manage users and t

Re: Built in Users one-to-many in built-in admin

2007-04-26 Thread Erik Postma
On Apr 27, 6:11 am, mynameisgabe <[EMAIL PROTECTED]> wrote: > Hello all - > > I'm using django's awesome built in admin for internal folks to view > and manage users and the data associated with users. I've got a model > (let's call it "Article") that contains a foreignkey pointing to the > djan

Built in Users one-to-many in built-in admin

2007-04-26 Thread mynameisgabe
Hello all - I'm using django's awesome built in admin for internal folks to view and manage users and the data associated with users. I've got a model (let's call it "Article") that contains a foreignkey pointing to the django.contrib.auth.models.User. That seems to be working perfectly except f