healthchecks_healthchecks/hc/accounts
2025-02-14 16:26:07 +02:00
..
management Fix senddeletionscheduled to set the "created" field on flip objects 2024-04-22 09:21:46 +03:00
migrations Fix auto-fixable ruff warnings 2024-11-07 15:15:58 +02:00
tests Fix ruff warnings 2025-02-14 16:26:07 +02:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
admin.py Fix ruff warnings 2025-02-14 16:26:07 +02:00
backends.py Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02: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 Fix "class Foo(object):" -> "class Foo:" 2024-10-29 17:57:50 +02:00
models.py Move absolute URL construction to hc.lib.urls.absolute_reverse() 2024-12-03 17:24:27 +02:00
urls.py Move ^/projects/ routes from hc.urls to hc.accounts.urls 2024-12-19 11:15:48 +02:00
views.py Simplify hosting under subpath 2024-12-19 09:04:45 +02:00