diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-26 18:40:28 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-26 19:25:09 +0100 |
| commit | ce1bc2c94b30a42a2c7c0d58e6cb6d8875cadf60 (patch) | |
| tree | 7537b1332a03f14f9e4a359f35bf9605f42a4a2c /docs | |
| parent | fec5330c7937efe30294d060a57af6400ce073a9 (diff) | |
Made the AppConfig API marginally more consistent.
Eliminated the app_ prefix that was more confusing than useful.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/applications.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt index a675d55a9d..15cc481f51 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -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'>``. |
