Make Owner optional; use dateparser to parse dates; use json-repair to read JSON
This commit is contained in:
parent
ebd3633356
commit
6d5f014134
12 changed files with 858 additions and 453 deletions
17
twitch/migrations/0007_remove_game_unique_game_slug.py
Normal file
17
twitch/migrations/0007_remove_game_unique_game_slug.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.2.5 on 2025-09-01 17:06
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('twitch', '0006_alter_dropbenefit_options_alter_dropcampaign_options_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveConstraint(
|
||||
model_name='game',
|
||||
name='unique_game_slug',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue