3YOURMIND / django-add-default-value

This django Migration Operation can be used to transfer a Fields default value to the database scheme.
Apache License 2.0
138 stars 19 forks source link

fix(B3-5476): Monkeypatch quote_value #13

Closed ghost closed 5 years ago

ghost commented 5 years ago

The why: https://code.djangoproject.com/ticket/30371#comment:8

We set and read a class property we invented so that up- and downstream software can correctly determine whether they should patch.