#34279: Certain character causes django admin to misfunction
-------------------------------------+-------------------------------------
     Reporter:  Emad Gasser          |                    Owner:  Emad
                                     |  Gasser
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  4.1
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  Django-admin,        |             Triage Stage:
  field-help_text, models, admin,    |  Unreviewed
  orm                                |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

 * status:  assigned => closed
 * resolution:   => invalid
 * severity:  Release blocker => Normal


Comment:

 This is a usage mistake. Per the documentation for
 
[https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.Field.help_text
 Field.help_text]:

  Note that this value is not HTML-escaped in automatically-generated
 forms. This lets you include HTML in help_text if you so desire. .. you
 can use plain text and `django.utils.html.escape()` to escape any HTML
 special characters.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34279#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070185daede6aa-5706e120-4017-4115-8cad-740a002422d4-000000%40eu-central-1.amazonses.com.

Reply via email to