django-auditlog/auditlog_tests
Edward Betts 0eff3e8404
Use canonical timezone name for Buenos Aires (#736)
Debian has moved legacy timezone names such as America/Buenos_Aires into
the tzdata-legacy package, which is not installed by default. The
canonical name for this timezone is America/Argentina/Buenos_Aires,
which remains in the standard tzdata package.

Update the test to use the canonical name to ensure compatibility with
default Debian installations.
2025-07-11 15:02:58 +02:00
..
test_app Add support for custom masking functions (#725) 2025-06-09 16:59:59 +03:30
__init__.py Remove default_app_config configuration 2022-05-02 14:48:58 +02:00
admin.py Use admin for test site 2020-09-07 16:52:32 +02:00
manage.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
test_commands.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
test_settings.py Update pre-commit repos (#728) 2025-06-23 20:34:16 +02:00
test_two_step_json_migration.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
test_use_json_for_changes.py added fixes for updates and deletes if AUDITLOG_STORE_JSON_CHANGES is True (#732) 2025-07-03 21:56:37 +02:00
tests.py Use canonical timezone name for Buenos Aires (#736) 2025-07-11 15:02:58 +02:00