Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_module/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21060 -- Refactored admin's autodiscover method ↵Juan Catalano2013-09-141-0/+3
| | | | | | | | | | to make it reusable. We want to be able to use it for instance for discovering `tasks.py` modules inside the INSTALLED_APPS. This commit therefore moves the logic to `autodiscover_modules` method in django.utils.module_loading.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-0/+0
modeltests/regressiontests.