test_views.py
27.2 KB
-
Improved 404 Handling · 0f51a131
The query to check if course data exists can be quite slow for some tables. Instead of running this query, we simply execute the actual query to retrieve data. If no data is returned, DRF will return a 404.
Clinton Blackburn committed