diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-06 22:48:41 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-06 22:48:41 +0100 |
| commit | 6a320cc14ae6cd2606cc10a5ba8b1c09f737bab4 (patch) | |
| tree | 00de0258bd969d7bd6efefcaf9ba53c3651a8d38 /docs | |
| parent | b57c48d012e300f518841fe066c85ecde2747cdf (diff) | |
Fixed #21718 -- Renamed has_app to is_installed.
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 0713da76ed..a44062808e 100644 --- a/docs/ref/applications.txt +++ b/docs/ref/applications.txt @@ -203,7 +203,7 @@ Application registry given ``app_label``. Raises :exc:`~exceptions.LookupError` if no such application exists. -.. method:: apps.has_app(app_name) +.. method:: apps.is_installed(app_name) Checks whether an application with the given name exists in the registry. ``app_name`` is the full name of the app, e.g. 'django.contrib.admin'. |
