def limit_race_choices():
today = timezone.localtime(timezone.now()).date()
time_offset = today - timedelta(days=60)
return {"dataentry": "manual", "electiondate__gte": time_offset}
## election_fk was removed bc it now pulls that info from the race_fk, but then added back and not exposed bc of a resultmanual error on test server
评论列表
文章目录