jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
849 stars 205 forks source link

Rename migration (0006_switch_... to 0007_switch...) for correct ordering #348

Closed frennkie closed 3 years ago

frennkie commented 3 years ago

In order to avoid migrations have the same starting number this renames 0006_switch_from_sorl_imagefield.py to 0007_switch_from_sorl_imagefield.py.