healthchecks_healthchecks/hc/accounts
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
..
management Fix senddeletionscheduled to set the "created" field on flip objects 2024-04-22 09:21:46 +03:00
migrations Improve type hints 2023-10-25 18:12:12 +03:00
tests Change the signup flow to accept registered users 2024-03-15 17:30:06 +02:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
admin.py Update admin to use format_html instead of string interpolation 2023-10-06 13:54:15 +03:00
backends.py Improve type hints in hc.accounts.backends 2023-10-26 09:31:11 +03:00
decorators.py Move reusable type aliases to hc.lib.typealias 2023-09-06 10:52:47 +03:00
forms.py Fix mypy warning 2023-10-22 16:57:02 +03:00
http.py Move AuthenticatedHttpRequest to hc.accounts.http module 2023-10-21 18:16:48 +03:00
middleware.py Add type hints in hc.accounts.middleware 2023-10-26 09:16:18 +03:00
models.py Fix crash when email host not configured (#930) 2023-12-18 15:53:35 +02:00
urls.py Fix hc.accounts.views.check_token to handle non-UUID usernames 2023-08-22 13:45:54 +03:00
views.py Update the remove_project view to delete checks using lock_and_delete() 2024-04-16 16:36:49 +03:00