mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 20:01:51 +02:00
16 lines
351 B
Python
16 lines
351 B
Python
# Generated by Django 4.2.1 on 2023-07-25 08:20
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("order", "0023_order_created_date_order_note"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name="item",
|
|
options={"ordering": ["name"]},
|
|
),
|
|
]
|