• 
      

    Prevent get_models() from returning abstract models on Django 1.7+.

    Review Request #10258 — Created Oct. 21, 2018 and submitted — Latest diff uploaded

    Information

    Django Evolution
    master
    e8cf052...

    Reviewers

    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.