#5904: reverse should be more lenient on non-existent views in the urlconf
----------------------------------------+-----------------------------------
          Reporter:  SmileyChris        |         Owner:  nobody
            Status:  reopened           |     Milestone:        
         Component:  Core framework     |       Version:  SVN   
        Resolution:                     |      Keywords:        
             Stage:  Ready for checkin  |     Has_patch:  1     
        Needs_docs:  0                  |   Needs_tests:  0     
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by Conrad Irwin):

  * status:  closed => reopened
  * resolution:  wontfix =>

Comment:

 In the {% url %} tag, which also raises this error it is very annoying.
 The default for non existant variables in template syntax is to silently
 ignore the problem, this should also occur for views that don't exist yet
 (whether relevant or irrelevant).

 Secondly it is bad that an error in a different application can cause an
 error in the current application, as they are supposed to be independent.
 There is no reason to raise this error ever, and particularly not for
 parts of the code that don't affect the result of the call.

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