flake8
passed.
JSHint
passed.
Review Request #11626 — Created May 26, 2021 and submitted
This gets rid of most of the
djblets.util.compat.django
code, and
updates all call sites to use the versions available in Django 1.11+.
Mostly, this is template-related code or management command code.There are some changes in behavior for template code, functionality
differences around contexts that the old compat code papered over and
now needs manual changes. Mostly this involves calling
context.flatten()
when calling render functions.
Unit tests pass on Django 1.11.
Summary | ID |
---|---|
51090347f23948b2a0d852ae88f3b85f2015ee74 |