mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-28 13:49:59 +02:00
Add initial straightforward field renames
This commit is contained in:
parent
25dfe81f10
commit
ed517aa258
9 changed files with 27 additions and 12 deletions
|
@ -32,6 +32,7 @@ class User(AbstractUser):
|
|||
default=None, # Set the default value to None
|
||||
null=True, # Allow the field to be null
|
||||
blank=True, # Allow the field to be blank
|
||||
verbose_name="User status"
|
||||
)
|
||||
|
||||
domains = models.ManyToManyField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue