You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command contact_owners: add support to filter by usernames (#9882)
* Command `contact_owners`: add support to filter by usernames
Add `--usernames` argument to be able to filter by usernames when sending
contacting users.
This can be used as:
```
django-admin contact_owners --notification notification.md --sticky --usernames usernames.txt
```
```
humitos
santos
anthony
```
```
Read the Docs is going to force email verification to be able to login accounts in the following weeks.
We've noticed **your account doesn't have any email verified**.
Please, go to [your email settings](/accounts/email/) and verify your email now.
```
In this case, it will send a sticky notification with that content to these 3 users.
Required by #9865
* Lint
* Add note about how to expand use cases for this command
* Update readthedocs/core/management/commands/contact_owners.py
Co-authored-by: Santos Gallegos <[email protected]>
* Lint
Co-authored-by: Santos Gallegos <[email protected]>
0 commit comments