llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

Event Admin page is returning 504 Gateway Time-out #560

Open robertpro opened 3 months ago

robertpro commented 3 months ago

This happens when you have too much Users in the database, adding raw_id_fields = ("creator",) fixes this.

Will create a PR for this change.