diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 2a5128eb..3d84580 100644
a
|
b
|
Read-only attributes
|
194 | 194 | from 'django/contrib/admin/models.pyc'>``. |
195 | 195 | |
196 | 196 | It may be ``None`` if the application doesn't contain a ``models`` module. |
| 197 | Please note that the database related signals such as :data:`~django.db.models.signals.pre_migrate` / :data:`~django.db.models.signals.post_migrate` |
| 198 | signals are only emitted for applications that have a models module. |
197 | 199 | |
198 | 200 | Methods |
199 | 201 | ------- |