django-angular-dynamic-forms
django-angular-dynamic-forms copied to clipboard
Remove deprecated imports from Django Rest Framework
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