1
0
mirror of https://github.com/django/django.git synced 2025-07-07 19:29:12 +00:00

[4.0.x] Corrected AppConfig.get_models() signature in docs.

Backport of 7c56fc8e91ef34d81cba16eaaa610575667dd2a7 from main
This commit is contained in:
David Sanders 2022-03-14 16:54:16 +11:00 committed by Mariusz Felisiak
parent d8b437b1fb
commit b8f7c84922

View File

@ -251,7 +251,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.