mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dotted path.
This commit is contained in:
parent
af69f14e7b
commit
f6bd00131e
4 changed files with 21 additions and 1 deletions
0
tests/utils_tests/test_module/child_module/__init__.py
Normal file
0
tests/utils_tests/test_module/child_module/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
content = 'Grandchild Module'
|
Loading…
Add table
Add a link
Reference in a new issue