django1/django/apps
Aymeric Augustin d44de9b933 Removed the _-prefix for populate().
Several parts of Django call get_apps() with a comment along this lines
of "this has the side effect of calling _populate()". I fail to see how
this is better than just calling populate()!
2013-12-17 10:17:45 +01:00
..
__init__.py Removed module-level functions for the app cache. 2013-12-17 10:17:44 +01:00
base.py Simplified register_models. 2013-12-17 10:17:45 +01:00
cache.py Removed the _-prefix for populate(). 2013-12-17 10:17:45 +01:00