python-in-edu icon indicating copy to clipboard operation
python-in-edu copied to clipboard

Replaces URL Char fields with URL fields and updates all objects.

Open pathunstrom opened this issue 4 years ago • 0 comments

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

pathunstrom avatar May 16 '21 18:05 pathunstrom