psf / python-in-edu

website for educational python resources
http://education.python.org/
MIT License
41 stars 28 forks source link

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

Open pathunstrom opened 3 years ago

pathunstrom commented 3 years ago

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