mirror of
https://github.com/Hopiu/django.git
synced 2026-05-02 20:54:44 +00:00
Previously a RuntimeError was raised every time two models clashed in the app registry. This prevented reloading a module in a REPL; while it's not recommended to do so, we decided not to forbid this use-case by turning the error into a warning. Thanks @dfunckt and Sergey Pashinin for the initial patches. |
||
|---|---|---|
| .. | ||
| default_config_app | ||
| failing_app | ||
| namespace_package_base/nsapp | ||
| namespace_package_other_base/nsapp | ||
| __init__.py | ||
| apps.py | ||
| models.py | ||
| tests.py | ||