• 
      

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

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

    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.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (3cdb607)