Closed shreyansh23 closed 4 years ago
Makes sense. Are there any other models with such large numbers?
Makes sense. Are there any other models with such large numbers?
Presently, FacultyMember
count goes to 1k. No problem with that as of now but it would be better to have similar fix for that model as well.
Apart from that, Candidate
model face similar problem. The same problem existed in old channeli as well. But for Candidate
model, it would be better to handle this on app level admin.py
using raw_id_field
for candidate
field.
Add FacultyMember
to the list and update the PR.
Nice work!
Admin add/edit view of models of having foreign key to
Student
fails to open student count when goes near 7-8k. AddingStudent
tolarge_models
array to have similar fix as that ofUser
andPerson
model.