Merge pull request #22676 from cclauss/patch-2

Undefined name: import datetime for line 30
This commit is contained in:
Ned Batchelder
2020-01-02 13:58:45 -05:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import datetime
from django.db import migrations, models
import django.db.models.deletion