• 
      

    Fix MySQL/Postgres compatibility with Django 1.10.

    Review Request #9556 — Created Jan. 30, 2018 and submitted

    Information

    Django Evolution
    master
    0aef763...

    Reviewers

    Our constraint addition code for Django 1.10 wasn't providing the
    "deferrable" variable to a template, which broke compatibility with both
    MySQL and Postgres. This change adds the missing variable, allowing all
    tests to run on MySQL and Postgres.

    Ran unit tests on Django 1.6 through 1.10 using sqlite, MySQL, and
    Postgres.

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