mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Remove timer remnants, cleanup
This commit is contained in:
parent
af272c0cd3
commit
00bcdd1694
9 changed files with 15 additions and 12 deletions
|
@ -26,11 +26,11 @@ class DomainRequest(TimeStampedModel):
|
|||
|
||||
class Meta:
|
||||
"""Contains meta information about this class"""
|
||||
|
||||
indexes = [
|
||||
models.Index(fields=["requested_domain"]),
|
||||
models.Index(fields=["approved_domain"]),
|
||||
models.Index(fields=["status"]),
|
||||
models.Index(fields=["generic_org_type"]),
|
||||
]
|
||||
|
||||
# https://django-auditlog.readthedocs.io/en/latest/usage.html#object-history
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue