1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/admin_utils
Jacob Rief 473283d241
Fixed #34303 –- Allowed customizing admin site log entry list.
Added AdminSite.get_log_entries() as an override point and made this
available to the template via each_context().
2023-02-08 18:37:32 +01:00
..
__init__.py
admin.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00
models.py
test_logentry.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00
tests.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
urls.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00