models.py
2.82 KB
- 
Despite db_index=True, Django didn't generate an index · 304fb680
student_module_id is the primary way into this table, not having an index is disastrous with real data.
Kevin Falcone committed 
student_module_id is the primary way into this table, not having an index is disastrous with real data.