Hi Trevor,
On Fri, Jan 21, 2011 at 1:47 PM, Trevor Stanley wrote:
> def get_fringe_value(self, fringe):
should be
def get_fringe_value(self):
I don't think you are using the local variable "fringe" anywhere in this
method, so you should get rid of it.
and
> self.fringe_total = self.f
On Wed, Jan 12, 2011 at 10:59 PM, Derek wrote:
> You could also consider using an AJAX-based "autocomplete" approach;
> see:
> http://code.djangoproject.com/wiki/AutoCompleteSolutions
>
> On Jan 12, 7:27 am, gupta-django wrote:
> > I have two application
> >
> > 1. App1 - It has a Model Class "E
2 matches
Mail list logo