django-rest-framework v3.8.1 Release Notes

Release Date: 2018-04-04 // about 6 years ago

    👉 Use old url_name behavior in route decorators #5915

    For list_route and detail_route maintain the old behavior of url_name,
    basing it on the url_path instead of the function name.