Monday, April 29, 2013

Re: quick problem with str and int


Good idea so: 

In the model added

    def get_json_reference(self):
        return "/json/%i/" % int(self.reference)

called <a href="{{ v.get_json_reference }}">  which does produce the correct url for all in the for loop but still get
Exception Type: TypeError at /json/810044/
Exception Value: 'str' object is not callable

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment