Corrected AppConfig.get_models() signature in docs.

This commit is contained in:
David Sanders 2022-03-14 16:54:16 +11:00 committed by GitHub
parent 6ffe48b8e4
commit 7c56fc8e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.