• Aymeric Augustin's avatar
    Implemented two-stage app-cache population. · 2b56d691
    Aymeric Augustin yazdı
    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.
    2b56d691
Adı
Son kayıt (commit)
Son güncelleme
..
valid_app Loading commit data...
__init__.py Loading commit data...
models.py Loading commit data...
test_discover_runner.py Loading commit data...
tests.py Loading commit data...