MattBroach / DjangoRestMultipleModels

View (and mixin) for serializing multiple models or querysets in Django Rest Framework
MIT License
549 stars 67 forks source link

base_name -> basename #51

Closed cfdbwrbq closed 3 years ago

cfdbwrbq commented 3 years ago

Deprecate (https://www.django-rest-framework.org/community/release-notes/#390) the Router.register base_name argument in favor of basename. #5990 (https://github.com/encode/django-rest-framework/issues/5990)

MattBroach commented 3 years ago

Thanks for the fix!