django-rest-framework
django-rest-framework copied to clipboard
Update 6-viewsets-and-routers.md
trafficstars
- use PEP-8-conformant import statements;
- use ‘view set’ uniformly (instead of a mix of ‘view set’, ‘viewset’ and ‘ViewSet’);
- fix whitespace;
- fix a mistake (‘function’ instead of ‘method’).