mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-28 02:31:23 +08:00
Add patch endpoint for documents
This commit is contained in:
parent
7584f09b62
commit
9289166c0e
5 changed files with 34 additions and 7 deletions
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.1.3 on 2024-12-04 07:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("documents", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="document",
|
||||
name="document_type",
|
||||
field=models.CharField(max_length=128),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue