mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 14:08:28 +02:00
Regen migrations
This commit is contained in:
parent
909eed5c45
commit
7d36552229
3 changed files with 10 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue