Skip to content

Commit af1ebf3

Browse files
authored
Merge branch 'master' into dependabot/pip/python-679ec3c0bf
2 parents a6bc0d8 + b69aafb commit af1ebf3

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 5.2.10 on 2026-02-14 22:16
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('activitypub', '0002_historicalnote_historicallike_historicalperson_and_more'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='person',
15+
name='following',
16+
field=models.ManyToManyField(blank=True, help_text='People this person is following', related_name='followers', through='activitypub.Follow', through_fields=('follower', 'following'), to='activitypub.person'),
17+
),
18+
]

docker-compose.production.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ services:
9292
celeryworker:
9393
<<: *django
9494
image: democrasite_production_celeryworker
95+
depends_on:
96+
- redis
9597
networks:
9698
- backend
9799
command: /start-celeryworker

0 commit comments

Comments
 (0)