Opened 8 years ago

Closed 8 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 Tim Graham, 8 years ago

Has patch: set

comment:2 by Simon Charette, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by GitHub <noreply@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 8516f7c:

Fixed #27698 -- Added django.test.utils.ContextList.get()

Note: See TracTickets for help on using tickets.
Back to Top