Files
edx-platform/openedx/core/djangoapps/user_api
Tyler Hallada 1540f9ec72 Add on_delete kwarg to ForeignKey & OneToOneFields
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
In previous versions the option defaulted to `models.CASCADE` when not
specified. This change should make the deprecation warnings in the current
Django version go away.

The migrations where also modified, but the changes should not cause a change in
the database schema since `models.CASCADE` was already the old default.
2018-06-05 17:05:12 -04:00
..
2018-05-31 16:05:32 -04:00
2018-05-14 12:24:36 -04:00
2018-06-04 10:25:37 -04:00
2018-05-02 10:03:50 -04:00
2018-05-31 16:05:32 -04:00
2018-05-02 10:03:50 -04:00
2017-06-09 18:51:10 +00:00
2018-05-21 11:12:54 -04:00