nucleus/rna/migrations/0010_note_only_applies_to_countries.py [16:21]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                blank=True,
                help_text=(
                    "Select the countries where this Note applies, as part of a "
                    "progressive rollout. This info will only be shown on the Release "
                    "page if 'Progressive rollout', above, is ticked."
                ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



nucleus/rna/models.py [182:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        blank=True,
        help_text=(
            "Select the countries where this Note applies, as part of a "
            "progressive rollout. This info will only be shown on the Release "
            "page if 'Progressive rollout', above, is ticked."
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



