I've been running PyLint on my code and it has major trouble figuring out what's legal and what isn't. Specifically, MyModelClass.objects is always an error, even though the objects attribute exists, and similar things happen with other attributes.
Does anybody have a clean solution? (I must admit, I'm a relative Python newbie, and a complete newbie to PyLint, so there may be something obvious I'm missing.) Thanks, Todd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

