django1/django/apps
Aymeric Augustin 625cd5bcb3 Added require_ready argument to get_model methods.
This allows bringing back the behavior of Django < 1.7.

Also fixed the check for the app registry being ready in
AppConfig.get_model(s), which was inconsistent with the equivalent check in
Apps.get_model(s). That part is a backwards-incompatible change.
2016-10-28 19:08:57 -04:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
config.py Added require_ready argument to get_model methods. 2016-10-28 19:08:57 -04:00
registry.py Added require_ready argument to get_model methods. 2016-10-28 19:08:57 -04:00