mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +00:00
Allow to search training items by (full) reference number)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.11 on 2022-01-30 11:59
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('training', '0003_trainingcategory_training_level'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='trainingitem',
|
||||
old_name='name',
|
||||
new_name='description',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user