mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
8c4ca16c65
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 |