cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

Add blank=True to a bunch of fields for the admin #596

Closed rgossiaux closed 2 years ago

rgossiaux commented 2 years ago

Fixes #594

rawxfish commented 2 years ago

shouldn't there be migration files too?

rgossiaux commented 2 years ago

Oops thanks, I forgot since I don't think blank= actually changes anything in the DB (it's just used for django form validation I think)