#31575: Document admin's requirement on 
django.template.context_processors.request
context processor.
-------------------------------------------+------------------------
               Reporter:  Jon Dufresne     |          Owner:  nobody
                   Type:  Bug              |         Status:  new
              Component:  contrib.admin    |        Version:  master
               Severity:  Release blocker  |       Keywords:
           Triage Stage:  Unreviewed       |      Has patch:  0
    Needs documentation:  0                |    Needs tests:  0
Patch needs improvement:  0                |  Easy pickings:  0
                  UI/UX:  0                |
-------------------------------------------+------------------------
 Since commit d24ba1be7a53a113d19e2860c03aff9922efec24, the admin templates
 use the implied `request` variable normally added by
 `django.template.context_processors.request`.

 As Django templates silence errors, this went unnoticed during testing,
 and won't immediately break the templates, but certain expected rendering
 features won't work.

 Django should document this change:

 - In the release notes (provide a deprecation period where it is a warning
 only)
 - In the admin docs
 - In the system check framework as a warning (but eventually an error)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31575>
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/052.a9462097f02ec9c71327244c578d0276%40djangoproject.com.

Reply via email to