python-in-edu
python-in-edu copied to clipboard
Replaces URL Char fields with URL fields and updates all objects.
This error came from the fact that the Resources model was using Char fields. Replacing those with URL fields and updating them in the migration forces existing objects to use the new URL validation, which fixes the error.
Fixes #34