Re: issue with django 1.7 migrations and custom validators

2014-08-05 Thread Collin Anderson
It's a known pain-point of migrations. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send ema

issue with django 1.7 migrations and custom validators

2014-08-05 Thread Jason Veatch
I have a new django 1.7 project. I'm using sqlite now and moving to postgres soon. My initial migration (http://dpaste.com/2AW2ZEK) has a field with a custom validator (line 20). Now I've deleted that field and the validator function. When I run makemigrations it chokes because that function is