Compare commits

..

3 Commits

Author SHA1 Message Date
Valentin Deniaud 5b9e878fef misc: fix Django 3.2 default auto field warning (#75442)
gitea/combo/pipeline/head This commit looks good Details
2023-03-29 16:28:39 +02:00
Valentin Deniaud d7800d35e6 misc: bump djhtml version (#75442) 2023-03-29 16:28:39 +02:00
Valentin Deniaud 082ed60520 misc: bump black version (#75442) 2023-03-29 16:28:39 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('wcs', '0053_new_card_cell'),
]