We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42331aa commit 83ec4acCopy full SHA for 83ec4ac
oauth2_provider/migrations/0006_auto_20171214_2232.py
@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
21
migrations.AddField(
22
model_name="refreshtoken",
23
name="revoked",
24
- field=models.DateTimeField(null=True, default=django.utils.timezone.now),
+ field=models.DateTimeField(null=True, default=None),
25
preserve_default=False,
26
),
27
migrations.AlterField(
0 commit comments