django1/django/apps
Loic Bistuer 8c4ca16c65 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.
2014-10-23 00:55:02 +07:00
..
__init__.py Fixed #21877 -- Renamed django.apps.base to config. 2014-01-26 13:17:03 +01:00
config.py Fixed #22920 -- Avoid masking some exceptions. 2014-09-08 23:16:50 +02:00
registry.py Fixed #23621 -- Warn for duplicate models when a module is reloaded. 2014-10-23 00:55:02 +07:00