This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pramod.jadhav
Recipients pramod.jadhav, r.david.murray, terry.reedy
Date 2014-03-15.07:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394866911.25.0.474695204956.issue20921@psf.upfronthosting.co.za>
In-reply-to
Content
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:\Python33\lib\site-packages\django\db\models\query.py", line 74, in __repr__
    return repr(data)
  File "C:\Python33\lib\site-packages\django\db\models\base.py", line 423, in __repr__
    u = six.text_type(self)
  File "C:\work\datafootprint\loksabha\models.py", line 62, in __str__
    self.term,
AttributeError: 'Loksabha' object has no attribute 'term'
History
Date User Action Args
2014-03-15 07:01:51pramod.jadhavsetrecipients: + pramod.jadhav, terry.reedy, r.david.murray
2014-03-15 07:01:51pramod.jadhavsetmessageid: <1394866911.25.0.474695204956.issue20921@psf.upfronthosting.co.za>
2014-03-15 07:01:51pramod.jadhavlinkissue20921 messages
2014-03-15 07:01:51pramod.jadhavcreate