[wingide-users] Not autocompleting in django model
Michael Hipp
Michael at Hipp.com
Thu Jul 8 09:13:37 MDT 2010
Given this snippet from model in django, it won't autocomplete the
'auct_last_emailed' (at the very end) as I would have expected. I tried
reanalyze file and it's didn't seem to help.
from django.db import models
class DealerEmails(models.Model):
auc_last_emailed = models.DateField()
def _get_email_done(self):
if auc_last_
Thanks,
Michael
More information about the wingide-users
mailing list