I have a model - Registrations. 97% of the time a user wants to see 'todays' registrations when viewing this model in admin. Is there a way to set the initial display of records, but allow full access thereafter?
The example in admin.get_queryset assumes I want to manage each query. In my case, I only want to manage those the user doesn't initiate.