mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-21 21:58:24 +02:00
Initial commit, projet med
This commit is contained in:
27
media/migrations/0004_auto_20170629_1539.py
Normal file
27
media/migrations/0004_auto_20170629_1539.py
Normal file
@ -0,0 +1,27 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2017-06-29 13:39
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('media', '0003_auto_20170629_1536'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='emprunt',
|
||||
name='date_rendu',
|
||||
field=models.DateTimeField(blank=True, help_text='%d/%m/%y %H:%M:%S', null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='emprunt',
|
||||
name='permanencier_rendu',
|
||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, related_name='user_permanencier_rendu', to=settings.AUTH_USER_MODEL),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user