mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Corrected AppConfig.get_models() signature in docs.
This commit is contained in:
parent
6ffe48b8e4
commit
7c56fc8e91
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue