shivsharma07 / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

self.open missing() #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

http://code.google.com/p/django-survey/source/browse/trunk/survey/models.py#101

    def status(self):

-        if self.open: return _('open')
+        if self.open(): return _('open')

Ran 3 tests in 1.072s
OK
need more?

Original issue reported on code.google.com by cfkars...@gmail.com on 18 Jul 2008 at 5:12

GoogleCodeExporter commented 8 years ago
oh...     @property

hmm.

Original comment by cfkars...@gmail.com on 18 Jul 2008 at 5:34

GoogleCodeExporter commented 8 years ago
Could you please be more specific ? I do not understand your issue.
--yml

Original comment by yann.ma...@gmail.com on 21 Jul 2008 at 9:38

GoogleCodeExporter commented 8 years ago
Line 101 of models.py looks good to me could you be a bit more accurate in the
description of the problem you are describing. Ideally by providing a test that 
fails
or at least a scenario to reproduce the problem.
Thanks
--yml 

Original comment by yann.ma...@gmail.com on 21 Jul 2008 at 11:23

GoogleCodeExporter commented 8 years ago

Original comment by yann.ma...@gmail.com on 24 Jul 2008 at 9:14