flake8
passed.
JSHint
passed.
Review Request #14813 — Created Feb. 11, 2026 and updated
Our AdminSite subclass had a
get_model_adminmethod, which returned
the admin class for a given model. As of Django 5.0, they have a nearly
identical method, named the same, except instead of returningNone, it
raises an exception. Their own code calls this method and was crashing
on theNone, so we can just remove our own implementation of it.
Ran unit tests.
| Summary | ID |
|---|---|
| qotmpxxvkmuswwkkvlxywwnmyxpurlvz |