Merge pull request #2656 from cisagov/ms/2560-update-first-ready-values

Issue #2560 update first ready values
This commit is contained in:
Matt-Spence 2024-09-06 15:30:16 -05:00 committed by GitHub
commit 1cc2840ff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 136 additions and 25 deletions

View file

@ -62,4 +62,5 @@ The class provides the following optional configuration variables:
The class also provides helper methods:
- `get_class_name`: Returns a display-friendly class name for the terminal prompt
- `get_failure_message`: Returns the message to display if a record fails to update
- `should_skip_record`: Defines the condition for skipping a record (by default, no records are skipped)
- `should_skip_record`: Defines the condition for skipping a record (by default, no records are skipped)
- `custom_filter`: Allows for additional filters that cannot be expressed using django queryset field lookups