summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Sanders <shang.xiao.sanders@gmail.com>2022-03-14 16:54:16 +1100
committerGitHub <noreply@github.com>2022-03-14 06:54:16 +0100
commit7c56fc8e91ef34d81cba16eaaa610575667dd2a7 (patch)
treef24ecdc2eae2ad294279ea24e4dbfa00b1420f96 /docs
parent6ffe48b8e43140e79180ec6dc02577437e761819 (diff)
Corrected AppConfig.get_models() signature in docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/applications.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/applications.txt b/docs/ref/applications.txt
index 9cd1b702f5..2c66ae0e68 100644
--- a/docs/ref/applications.txt
+++ b/docs/ref/applications.txt
@@ -242,7 +242,7 @@ Read-only attributes
Methods
-------
-.. method:: AppConfig.get_models()
+.. method:: AppConfig.get_models(include_auto_created=False, include_swapped=False)
Returns an iterable of :class:`~django.db.models.Model` classes for this
application.