SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 795cc5da authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Partial work on ProspectiveFellows

parent bcde3251
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2018-07-01 19:10
from __future__ import unicode_literals
from django.db import migrations, models
import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [
('colleges', '0004_auto_20180629_0825'),
]
operations = [
migrations.AlterField(
model_name='prospectivefellowevent',
name='noted_on',
field=models.DateTimeField(default=django.utils.timezone.now),
),
]
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