#24610: Deprecate html-related stuff
-------------------------------+--------------------
     Reporter:  marcinn        |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Uncategorized  |    Version:  master
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 There are many problems with creating something else than one-page-html-
 doc using Django.  Please remove any html related stuff from framework,
 because Django is not a html framework but web framework (as mentioned in
 description of #18054), and "web" term is not reserved for HTML only.

  * `django.forms` should be removed or  HTML-based widgets should be
 cutted-off; forms should validate and clean data only
  * technical error responses (404 and 500) should return responses
 dependent on `Accept` header value; there are many issues with debugging
 web services by digging HTML/JS/CSS output in shell/terminal
  * remove html from `django.utils.log`
  * remove html from `django.utils.timesince`
  * if I forgot something - remove it too

--
Ticket URL: <https://code.djangoproject.com/ticket/24610>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.622a8d2ea2ab31dc0ce61ecf1178250f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to