healthchecks_healthchecks/hc/accounts/management/commands
Pēteris Caune 602ff2b667
Fix senddeletionscheduled to set the "created" field on flip objects
The "senddeletionscheduled" management command creates dummy
Flip objects, but does not save them to the database.
Some transport classes expect the flip object to have a non-null
"created" field. Normally it gets set when saving the flip object
to the database, here we need to do that manually.
2024-04-22 09:21:46 +03:00
..
__init__.py Code to send monthly reports (but no management command yet to actually send them) 2015-12-15 02:27:24 +02:00
createsuperuser.py Improve type hints in management commands 2023-10-18 13:47:02 +03:00
pruneusers.py Improve type hints in management commands 2023-10-18 13:47:02 +03:00
senddeletionscheduled.py Fix senddeletionscheduled to set the "created" field on flip objects 2024-04-22 09:21:46 +03:00
sendinactivitynotices.py Improve type hints in management commands 2023-10-18 13:47:02 +03:00