Files
edx-platform/common
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-11-25 23:56:10 +03:30

common
------

This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.