Disallow NULL for decklist_url & allow attaching a SUL decklist to a Result
Currently, there are two empty values for decklist URL: NULL, or the empty string. Django, by convention uses the empty string to represent null values for strings.
Currently, there are two empty values for decklist URL: NULL, or the empty string. Django, by convention uses the empty string to represent null values for strings.