On Sat, Mar 28, 2009 at 10:14 PM, mahesh wrote:
>
> Hi Alex,
>
> Solution given by by as worked :) However I wonder how come 'self'
> worked against self (without quotes)
>
> Thank You
> -Mahesh/
>
> On Mar 28, 8:57 pm, Alex Gaynor wrote:
> > On Sat, Mar 28, 2009 at 10:55 AM, mahesh wrote:
> >
Hi Alex,
Solution given by by as worked :) However I wonder how come 'self'
worked against self (without quotes)
Thank You
-Mahesh/
On Mar 28, 8:57 pm, Alex Gaynor wrote:
> On Sat, Mar 28, 2009 at 10:55 AM, mahesh wrote:
>
> > I am working on a (College) course manager project. Here is a
> >
Also see:
http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ManyToManyField.symmetrical
-- dz
On Sat, Mar 28, 2009 at 11:57 AM, Alex Gaynor wrote:
>
>
> On Sat, Mar 28, 2009 at 10:55 AM, mahesh wrote:
>>
>> I am working on a (College) course manager project. Here is a
On Sat, Mar 28, 2009 at 10:55 AM, mahesh wrote:
>
> I am working on a (College) course manager project. Here is a
> situation where any course have 0 (Zero) or More Prerequisites, anyone
> who register for a course should satisfy dependency.
>
> /course_modue/model.py hash this..
>
> Here how my
I am working on a (College) course manager project. Here is a
situation where any course have 0 (Zero) or More Prerequisites, anyone
who register for a course should satisfy dependency.
/course_modue/model.py hash this..
Here how my model looks like ..
class CourseRelation(models.Model):
co
5 matches
Mail list logo