#13537: changing password in admin with TEMPLATE_STRING_IF_INVALID is broken.
-------------------------------------------------------+--------------------
          Reporter:  david.arakel...@madebybusara.com  |         Owner:  nobody 
                                   
            Status:  reopened                          |     Milestone:  1.2    
                                   
         Component:  django.contrib.admin              |       Version:  SVN    
                                   
        Resolution:                                    |      Keywords:  admin 
password, TEMPLATE_STRING_IF_INVALID
             Stage:  Unreviewed                        |     Has_patch:  1      
                                   
        Needs_docs:  0                                 |   Needs_tests:  0      
                                   
Needs_better_patch:  1                                 |  
-------------------------------------------------------+--------------------
Changes (by anonymous):

  * status:  closed => reopened
  * needs_better_patch:  0 => 1
  * resolution:  wontfix =>

Comment:

 The TEMPLATE_STRING_IF_INVALID is not turned by default I am using for
 debug purposes.


 {{{
 if DEBUG:
     TEMPLATE_STRING_IF_INVALID = '!Invalid Var!'

 }}}

 I understand that this WILL not fix the ISSUE it is just to locate where
 the issue is.
 So basically you are saying that use the TEMPLATE_STRING_IF_INVALID for
 template failures (which I am trying to do in debug mode) AND don't use it
 at the same time?

 It means that the django admin will not be able to change password if that
 setting is used and that's fine for you?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13537#comment:2>
Django <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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to