django1/django/apps
Loic Bistuer 7fa6781f81 [1.7.x] Fixed #23621 -- Warn for duplicate models when a module is reloaded.
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
2014-10-26 00:12:17 +07:00
..
__init__.py Fixed #21877 -- Renamed django.apps.base to config. 2014-01-26 13:17:03 +01:00
config.py [1.7.x] Fixed #22920 -- Avoid masking some exceptions. 2014-09-09 20:54:07 +02:00
registry.py [1.7.x] Fixed #23621 -- Warn for duplicate models when a module is reloaded. 2014-10-26 00:12:17 +07:00