Browse Source

Corrected AppConfig.get_models() signature in docs.

David Sanders 3 years ago
parent
commit
7c56fc8e91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/applications.txt

+ 1 - 1
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.