mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 08:57:24 +00:00
Rename lookupAttribs and nonLookupAttribs + add slug to Person
This commit is contained in:
@@ -82,6 +82,8 @@ class Person(TroggleModel):
|
||||
last_name = models.CharField(max_length=100)
|
||||
fullname = models.CharField(max_length=200)
|
||||
nickname = models.CharField(max_length=200)
|
||||
slug = models.SlugField(max_length=50, unique=True)
|
||||
|
||||
is_vfho = models.BooleanField(
|
||||
help_text="VFHO is the Vereines für Höhlenkunde in Obersteier, a nearby Austrian caving club.",
|
||||
default=False,
|
||||
|
||||
Reference in New Issue
Block a user