django/tests/admin_registration
Mariusz Felisiak f64fd47a76
Fixed #9602 -- Added AdminSite.get_model_admin().
This allows retrieving an admin class for the given model class without
using internal attributes.
2023-07-07 08:06:01 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #19414 -- Added admin registration decorator 2013-09-18 11:44:10 -04:00
tests.py Fixed #9602 -- Added AdminSite.get_model_admin(). 2023-07-07 08:06:01 +02:00