Re: PLEASE HELP ME IN ADDING A CATEGORY IN THE ADMIN SITE

2011-03-09 Thread Sneaky Wombat
Ronny is right. South is the way to go. no pun intended. On Mar 8, 6:30 pm, ronny wrote: > Ignore the rest of these guys, and go here: > > http://south.aeracode.org/docs/tutorial/part1.html#tutorial-part-1 > > It's called django-south, all the cool kids are using it. > > Enjoy.  :D > > -ron > >

signals and abstract base classes

2011-03-07 Thread Sneaky Wombat
Hey, wondering if i'm doing this wrong. I'm using the new receiver decorator in the 1.3 svn devel code.. In [2]: django.VERSION Out[2]: (1, 3, 0, 'rc', 1) If I leave sender out of the receiver decorator, it works fine, but I can't get it to work with an abstract base class as the sender. While

select_related with latest svn (15560)

2011-02-17 Thread Sneaky Wombat
Is anyone having a problem displaying foreign key fields in the admin? If I include a foreign key in the list_display of the admin model that controls my db model, it won't display any rows. I did some debug sleuthing and discovered if I commented out two lines (seen below), everything displays f