major rcr update

This commit is contained in:
Ross
2024-01-22 20:57:26 +00:00
parent bfabde9ef6
commit 6cecb8514c
29 changed files with 784 additions and 77 deletions
@@ -0,0 +1,18 @@
# Generated by Django 4.1.4 on 2024-01-19 15:31
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('rcr', '0012_item_comments_item_needs_review_and_more'),
]
operations = [
migrations.RenameField(
model_name='item',
old_name='completed',
new_name='completed_radiology',
),
]