mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[4.0.x] Corrected AppConfig.get_models() signature in docs.
Backport of 7c56fc8e91
from main
This commit is contained in:
parent
d8b437b1fb
commit
b8f7c84922
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue