mirror of
https://github.com/django/django.git
synced 2025-03-22 15:20:47 +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. Backport of 8c4ca16c65 and b62f72498a from master