django/tests/admin_utils
Tim Graham 57c50d8c19 Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags.
Needed on MongoDB.

Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2025-11-23 11:53:24 +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 Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags. 2025-11-23 11:53:24 +01:00
test_logentry.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
tests.py Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags. 2025-11-23 11:53:24 +01:00
urls.py Fixed #34303 –- Allowed customizing admin site log entry list. 2023-02-08 18:37:32 +01:00