Opened 9 years ago
Closed 9 years ago
#27698 closed Cleanup/optimization (fixed)
Add django.test.utils.ContextList.get()
| Reported by: | Tim Graham | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Release blocker | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
A django-formtools test breaks with Django 1.11 because of template-widget rendering causing a test client response to be ContextList rather than RequestContext. Adding ContextList.get() would restore compatibility.
Change History (3)
comment:1 by , 9 years ago
| Has patch: | set |
|---|
comment:2 by , 9 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR