#3420: manage.py validate [app] should display line numbers for syntax errors -------------------------+-------------------------------------------------- Reporter: Paul Collier | Owner: adrian Status: new | Component: django-admin.py Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 -------------------------+-------------------------------------------------- When running validate for an app whose models.py file or any file it includes contains a error (most commonly syntax or function argument errors), the listing does not display the offending line/line number/file. This can make deciphering the source of the error difficult--or simply inconvenient, as the info can be obtained by attempting to import the offending model.
-- Ticket URL: <http://code.djangoproject.com/ticket/3420> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
