#5245: manager runserver don't reload after fixing error
-----------------------------------+----------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  adrian                
   
     Status:  reopened             |            Component:  django-admin.py 
runserver
    Version:  SVN                  |           Resolution:                      
     
   Keywords:  runserver reload     |                Stage:  Unreviewed          
     
  Has_patch:  0                    |           Needs_docs:  0                   
     
Needs_tests:  0                    |   Needs_better_patch:  0                   
     
-----------------------------------+----------------------------------------
Comment (by [EMAIL PROTECTED]):

 I waw wrong, same error if there is a problem in models.py. Here is a
 traceback :
 
 
 {{{
 Validating models...
 Unhandled exception in thread started by <function inner_run at 0x17832b0>
 Traceback (most recent call last):
   File "/opt/local/lib/python2.5/site-
 packages/django/core/management/commands/runserver.py", line 40, in
 inner_run
     self.validate()
   File "/opt/local/lib/python2.5/site-
 packages/django/core/management/base.py", line 63, in validate
     raise CommandError("One or more models did not validate:\n%s" %
 error_text)
 django.core.management.base.CommandError: One or more models did not
 validate:
 friendsnippets.network: name 'permalink' is not defined
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5245#comment:8>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to