Skip to content

Disallow NULL for decklist_url & allow attaching a SUL decklist to a Result

Antoine Albertelli requested to merge non-null-url into master

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.

Merge request reports

Loading