feat: Remove slug field from ResearchStudy model and update related references

This commit is contained in:
Ross
2026-05-12 21:51:44 +01:00
parent c94d2fb1a7
commit 89e89cef73
10 changed files with 68 additions and 35 deletions
@@ -0,0 +1,17 @@
# Generated by Django 5.1.4 on 2026-05-12 20:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('research', '0001_initial'),
]
operations = [
migrations.RemoveField(
model_name='researchstudy',
name='slug',
),
]