flake8
passed.
JSHint
passed.
Review Request #10258 — Created Oct. 21, 2018 and submitted
The compatibility implementation for
get_models()
wasn't filtering out
abstract models, leading to some problems with evolving apps that used
them. This updates the implementation to filter these out.
Unit tests pass on Django 1.6 through 1.11.
The problem I hit in real-world usage was fixed.