Closed TheXZhang closed 3 years ago
Hi,
The field in the model is setup as date_joined = models.DateTimeField(blank=True, null=True)
date_joined = models.DateTimeField(blank=True, null=True)
Just tested and I'm unable to reproduce this. Please check if all js/css are loaded. If the issue still exists, please reopen with additional details.
Hi,
The field in the model is setup as
date_joined = models.DateTimeField(blank=True, null=True)