mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-21 21:47:33 +00:00
Upgrade Django
This commit is contained in:
parent
01d2c14e27
commit
6474253b09
18
artists/migrations/0008_alter_artist_aliases.py
Normal file
18
artists/migrations/0008_alter_artist_aliases.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.0.5 on 2022-06-24 14:07
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('artists', '0007_alter_artist_id'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='artist',
|
||||||
|
name='aliases',
|
||||||
|
field=models.ManyToManyField(blank=True, to='artists.artist'),
|
||||||
|
),
|
||||||
|
]
|
@ -1,4 +1,4 @@
|
|||||||
Django>=3.0,<4.0
|
Django>=4.0,<5.0
|
||||||
mysqlclient
|
mysqlclient
|
||||||
gunicorn
|
gunicorn
|
||||||
whitenoise
|
whitenoise
|
||||||
|
Loading…
Reference in New Issue
Block a user