Skip to content

Commit

Permalink
fix: upgrade django-ilmoitin to fix migration issues
Browse files Browse the repository at this point in the history
KK-1246.

A proposed fix
City-of-Helsinki/django-ilmoitin#42 was released
in django-ilmoitin 0.7.1.

The missing migrations were applied to kukkuu with `python manage.py
migrate`.

```
  Applying
django_ilmoitin.0006_alter_notificationtemplatetranslation_id... OK
  Applying
django_ilmoitin.0007_alter_notificationtemplate_admins_to_notify... OK
```
  • Loading branch information
nikomakela committed Oct 21, 2024
1 parent 256b43b commit 3c43107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ django-helusers==0.13.0
# via
# -r requirements.in
# helsinki-profile-gdpr-api
django-ilmoitin==0.7.0
django-ilmoitin==0.7.1
# via -r requirements.in
django-mailer==2.3.2
# via django-ilmoitin
Expand Down

0 comments on commit 3c43107

Please sign in to comment.