You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time=models.DateTimeField(default=datetime.datetime.now) # When this Person record entered the system
@@ -23,6 +27,9 @@ class PersonInfo(models.Model):
23
27
ascii_short=models.CharField("Abbreviated Name (ASCII)", max_length=32, null=True, blank=True, help_text="Example: A. Nonymous. Fill in this with initials and surname only if taking the initials and surname of the ASCII name above produces an incorrect initials-only form. (Blank is OK).")
0 commit comments