#19577: admin doc may encourage bad practices
-------------------------------+--------------------
     Reporter:  foo@…          |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Documentation  |    Version:  1.4
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 On https://docs.djangoproject.com/en/1.4/ref/contrib/admin/ two places
 example code demonstrate allow_tags=True in order to return HTML fragments
 containing <span> tags.  Inside these tags data (self.first_name and
 self.last_name) is not escaped/quoted.

 As such example code often is copy/pasted it probably should reflect "best
 practices"?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19577>
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