You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add unique bill vote constraint
* Changed submit_task to use context manager
* Delete and recreate bill votes
* Fix mypy errors
* Make interaction links model methods
* back to 💯
constraint=models.UniqueConstraint(fields=('bill', 'user'), name='unique_user_bill_vote', violation_error_code='Only one vote per user per bill allowed'),
0 commit comments