Made the AppConfig API marginally more consistent.

Eliminated the app_ prefix that was more confusing than useful.
This commit is contained in:
Aymeric Augustin 2013-12-26 18:40:28 +01:00
parent fec5330c79
commit ce1bc2c94b
6 changed files with 15 additions and 12 deletions

View file

@ -141,7 +141,7 @@ Read-only attributes
It may be ``None`` if the application isn't stored in a directory, for
instance if it's loaded from an egg.
.. attribute:: AppConfig.app_module
.. attribute:: AppConfig.module
Root module for the application, e.g. ``<module 'django.contrib.admin' from
'django/contrib/admin/__init__.pyc'>``.