encode / django-rest-framework

Web APIs for Django. 🎸
https://www.django-rest-framework.org
Other
28.47k stars 6.85k forks source link

Raise NotAcceptable if suffix or query format is not acceptable #9593

Open JourneyBean opened 4 days ago

JourneyBean commented 4 days ago

refs #9591

Modified the error handling in negotiation.py to raise exceptions.NotAcceptable when a renderer is not found.