continue working on case collections

This commit is contained in:
Ross
2023-07-31 10:25:23 +01:00
parent dd300afd63
commit f268f040e2
15 changed files with 343 additions and 49 deletions
@@ -0,0 +1,16 @@
# Generated by Django 4.1.4 on 2023-07-24 11:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('generic', '0007_selfreview'),
]
operations = [
migrations.DeleteModel(
name='SelfReview',
),
]