#4555: New html-util/filter: unescape
-------------------------------------+-------------------------------------
     Reporter:  Johan Bergström      |                    Owner:  nobody
  <bugs@…>                           |                   Status:  closed
         Type:  Uncategorized        |                  Version:  master
    Component:  Template system      |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:  Design
     Keywords:  unescape util        |  decision needed
  filter                             |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by russellm):

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


Comment:

 The reason the unescape tag doesn't exist is because you shouldn't need
 it. If you're ever in a situation where you need to undo escaping, then
 you haven't been paying attention to where things have been encoded along
 the line. The fix isn't to allow code to be bounced back and forth between
 encoded and unencoded -- it's to make sure you're only ever encoding when
 you need to be.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/4555#comment:9>
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