django-angular-dynamic-forms icon indicating copy to clipboard operation
django-angular-dynamic-forms copied to clipboard

Remove deprecated imports from Django Rest Framework

Open denisroldan opened this issue 6 years ago • 0 comments

Django Rest Framework finally deprecated detail_route and list_route decorators. They're no longer available and they weren't used the project anymore. This PR removes them and also:

  • Adds support for Django Rest Framework 3.10.x
  • Applied Black (Python standard code formatter)
  • Removed unused print on primary_key.py

denisroldan avatar Aug 20 '19 09:08 denisroldan