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
851
stars
206
forks
source link
Rename migration (0006_switch_... to 0007_switch...) for correct ordering #348
In order to avoid migrations have the same starting number this renames
0006_switch_from_sorl_imagefield.py
to0007_switch_from_sorl_imagefield.py
.