Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 181d57d8 authored by Robin Tissot's avatar Robin Tissot
Browse files

Forgoten migration.

parent 6504b9f5
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2.20 on 2021-05-20 13:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0043_auto_20210324_1016'),
]
operations = [
migrations.AlterField(
model_name='document',
name='read_direction',
field=models.CharField(choices=[('ltr', 'Left to right'), ('rtl', 'Right to left')], default='ltr', help_text='The read direction describes the order of the elements in the document, in opposition with the text direction which describes the order of the words in a line and is set by the script.', max_length=3),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment