Re: Recurring data model question

2006-09-27 Thread Devraj Mukherjee
Thanks James. On 9/27/06, James Bennett <[EMAIL PROTECTED]> wrote: > > On 9/27/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: > > Well for the first category it doesn't. Has anyone come across this > > before? If so how did you solve it? Thanks for your time. > > http://www.djangoproject.com/doc

Re: Recurring data model question

2006-09-27 Thread James Bennett
On 9/27/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: > Well for the first category it doesn't. Has anyone come across this > before? If so how did you solve it? Thanks for your time. http://www.djangoproject.com/documentation/models/m2o_recursive/ -- "May the forces of evil become confused o

Recurring data model question

2006-09-27 Thread Devraj Mukherjee
I am trying to create a class I call "Category" that will contain Items, these Categories can be nested within each other (much like eBay or Amazon). I tried to use the following menthod to do that but the administration interface wont let me create entries because the ForeignKey must have a value