Files
edx-platform/cms/djangoapps/api/v1
Jeremy Bowman e1d1c29c00 Fix DRF deprecation warnings (#23082)
Fix all deprecation warnings generated by Django REST Framework during the unit tests:

* ``The `base_name` argument is pending deprecation in favor of `basename`.`` (86 occurrences)
* `` `detail_route` is deprecated and will be removed in 3.10 in favor of `action`, which accepts a `detail` bool. Use `@action(detail=True)` instead.`` (18 occurrences)
2020-02-12 12:51:40 -05:00
..
2019-12-30 10:35:30 -05:00
2019-12-30 12:25:38 -05:00
2020-02-12 12:51:40 -05:00