#19654: Django provides false error message if ModelForm's model reference in 
Meta
is nonexisting model
-------------------------------------+-------------------------------------
     Reporter:  p0we7man@…           |      Owner:  nobody
         Type:  Bug                  |     Status:  new
    Component:  Database layer       |    Version:  1.4
  (models, ORM)                      |   Keywords:  error reporting
     Severity:  Normal               |  disinformation
 Triage Stage:  Unreviewed           |  Has patch:  0
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+-------------------------------------
 The message
 "Could not import education.views.initial_setup. View does not exist in
 module education.views" appears if model in Meta class references
 nonexistence model in existing module. The education.views module includes
 file with mentioned above incorrect ModelForm definition and this results
 in such disinformating error message. It took me about 12 hours to track
 down real cause of the error by trying different URLConfs of this function
 and commenting out parts of the sources.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19654>
Django <https://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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to