mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Merge pull request #1567 from cisagov/za/increase-max-date-2024-extend-expiration
(HOTFIX) Extend "max date" to 2024 for extend_expiration_dates.py
This commit is contained in:
commit
f954de02f8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Command(BaseCommand):
|
|||
self.update_skipped = []
|
||||
self.update_failed = []
|
||||
self.expiration_minimum_cutoff = date(2023, 11, 1)
|
||||
self.expiration_maximum_cutoff = date(2023, 12, 30)
|
||||
self.expiration_maximum_cutoff = date(2024, 12, 30)
|
||||
|
||||
def add_arguments(self, parser):
|
||||
"""Add command line arguments."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue