mirror of https://github.com/django/django.git
2b56d69102
First stage imports app modules. It doesn't catch import errors. This matches the previous behavior and keeps the code simple. Second stage import models modules. It catches import errors and retries them after walking through the entire list once. This matches the previous behavior and seems useful. populate_models() is intended to be equivalent to populate(). It isn't wired yet. That is coming in the next commit. |
||
---|---|---|
.. | ||
valid_app | ||
__init__.py | ||
models.py | ||
test_discover_runner.py | ||
tests.py |