Regen migrations

This commit is contained in:
zandercymatics 2024-08-14 12:52:00 -06:00
parent 909eed5c45
commit 7d36552229
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 10 additions and 13 deletions

View file

@ -13,6 +13,10 @@ class Portfolio(TimeStampedModel):
manageable groups.
"""
# Addresses the UnorderedObjectListWarning
class Meta:
ordering = ["organization_name"]
# use the short names in Django admin
OrganizationChoices = DomainRequest.OrganizationChoices
StateTerritoryChoices = DomainRequest.StateTerritoryChoices