I was able to work around it by editing the historical migration and
having it reference `validate_slug` directly instead of the
`RegexValidator` that it's an alias for, but that seems less than ideal.
Not sure how/if this can be addressed, but maybe if somebody else runs
into this issue they can find this ticket and use my workaround.
If this is unclear I can attach an example project.
--
Ticket URL: <https://code.djangoproject.com/ticket/33487>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Compatibility between Django versions isn't guaranteed for migrations. See
[https://docs.djangoproject.com/en/stable/topics/migrations/#supporting-
multiple-django-versions Supporting multiple Django versions].
--
Ticket URL: <https://code.djangoproject.com/ticket/33487#comment:1>