> > Hello,
> > if there is a method definition in the models.py like this:
> >
> > class TMergeDoc(models.Model):
> >
> > def by_categories(self):
> > from django.db import connection
> > ...
> > return objects
> >
> > what is the corresponding call
soundseeker a écrit :
> Hello,
> if there is a method definition in the models.py like this:
>
> class TMergeDoc(models.Model):
>
> def by_categories(self):
> from django.db import connection
> ...
> return objects
>
> what is the correspondi
Hello,
if there is a method definition in the models.py like this:
class TMergeDoc(models.Model):
def by_categories(self):
from django.db import connection
...
return objects
what is the corresponding call in the views.py?
obje
3 matches
Mail list logo