def limit_reportingunit_choices(): today = timezone.localtime(timezone.now()).date() time_offset = today - timedelta(days=60) return {"electiondate__gte": time_offset}