Drafts system implemented
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 6.0.3 on 2026-08-05 21:39
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('library', '0015_projectdraft_uuid_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='projectdraft',
|
||||
options={'ordering': ['-updated_at', '-pk']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user