Ticket #22028: django-applications.diff

File django-applications.diff, 582 bytes (added by donjpacheco, 10 years ago)

added line to django ref applications documentation

  • docs/ref/applications.txt

    diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
    index 2a5128eb..3d84580 100644
    a b Read-only attributes  
    194194    from 'django/contrib/admin/models.pyc'>``.
    195195
    196196    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.
    197199
    198200Methods
    199201-------
Back to Top